VMware GemFire Native C++ Reference  9.1
CacheableString.hpp File Reference

Go to the source code of this file.

Data Structures

class  apache::geode::client::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...
 

Namespaces

 apache
 Each enum represents a predefined RegionAttributes in a Cache.
 

Functions

CacheableKeyPtr apache::geode::client::createKeyArr (const char *value)
 overload of apache::geode::client::createKeyArr to pass char* More...
 
CacheableKeyPtr apache::geode::client::createKeyArr (const wchar_t *value)
 overload of apache::geode::client::createKeyArr to pass wchar_t* More...
 
CacheablePtr apache::geode::client::createValueArr (const char *value)
 overload of apache::geode::client::createValueArr to pass char* More...
 
CacheablePtr apache::geode::client::createValueArr (const wchar_t *value)
 overload of apache::geode::client::createValueArr to pass wchar_t* More...
 

Function Documentation

CacheableKeyPtr apache::geode::client::createKeyArr ( const char *  value)
inline

overload of apache::geode::client::createKeyArr to pass char*

CacheableKeyPtr apache::geode::client::createKeyArr ( const wchar_t *  value)
inline

overload of apache::geode::client::createKeyArr to pass wchar_t*

CacheablePtr apache::geode::client::createValueArr ( const char *  value)
inline

overload of apache::geode::client::createValueArr to pass char*

CacheablePtr apache::geode::client::createValueArr ( const wchar_t *  value)
inline

overload of apache::geode::client::createValueArr to pass wchar_t*


Pivotal GemFire C++ Cache API Documentation