Go to the source code of this file.
Namespaces | |
| namespace | gemfire |
Data Structures | |
| class | gemfire::CacheableString |
| Implement a immutable C string wrapper that can serve as a distributable key object for caching as well as being a string value. More... | |
Functions | |
| CacheableKeyPtr | gemfire::createKeyArr (const wchar_t *value) |
| overload of gemfire::createKeyArr to pass wchar_t* | |
| CacheableKeyPtr | gemfire::createKeyArr (const char *value) |
| overload of gemfire::createKeyArr to pass char* | |
| CacheablePtr | gemfire::createValueArr (const wchar_t *value) |
| overload of gemfire::createValueArr to pass wchar_t* | |
| CacheablePtr | gemfire::createValueArr (const char *value) |
| overload of gemfire::createValueArr to pass char* | |