VMware GemFire Native C++ Reference  9.2.4
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 {}.
 

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

◆ createKeyArr() [1/2]

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

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

◆ createKeyArr() [2/2]

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

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

◆ createValueArr() [1/2]

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

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

◆ createValueArr() [2/2]

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