VMware GemFire Native Client Cache Reference
9.0.6
|
Contains generic template definitions for Cacheable types and instantiations for built-in types. More...
Go to the source code of this file.
Data Structures | |
class | gemfire::BooleanArray |
An immutable wrapper for array of booleans that can serve as a distributable object for caching. More... | |
class | gemfire::CacheableArrayList |
A mutable Cacheable array list wrapper that can serve as a distributable object for caching. More... | |
class | gemfire::CacheableArrayType< TObj, TYPEID > |
Template class for array of primitive types. More... | |
class | gemfire::CacheableBoolean |
An immutable wrapper for booleans that can serve as a distributable key object for caching. More... | |
class | gemfire::CacheableByte |
An immutable wrapper for bytes that can serve as a distributable key object for caching. More... | |
class | gemfire::CacheableBytes |
An immutable wrapper for byte arrays that can serve as a distributable object for caching. More... | |
class | gemfire::CacheableContainerType< TBase, TYPEID > |
Template class for container Cacheable types. More... | |
class | gemfire::CacheableDouble |
An immutable wrapper for doubles that can serve as a distributable key object for caching. More... | |
class | gemfire::CacheableDoubleArray |
An immutable wrapper for array of doubles that can serve as a distributable object for caching. More... | |
class | gemfire::CacheableFloat |
An immutable wrapper for floats that can serve as a distributable key object for caching. More... | |
class | gemfire::CacheableFloatArray |
An immutable wrapper for array of floats that can serve as a distributable object for caching. More... | |
class | gemfire::CacheableHashMap |
A mutable CacheableKey to Serializable hash map that can serve as a distributable object for caching. More... | |
class | gemfire::CacheableHashSet |
A mutable CacheableKey hash set wrapper that can serve as a distributable object for caching. More... | |
class | gemfire::CacheableHashTable |
A mutable CacheableKey to Serializable hash map that can serve as a distributable object for caching. More... | |
class | gemfire::CacheableIdentityHashMap |
A mutable CacheableKey to Serializable hash map that can serve as a distributable object for caching. More... | |
class | gemfire::CacheableInt16 |
An immutable wrapper for 16-bit integers that can serve as a distributable key object for caching. More... | |
class | gemfire::CacheableInt16Array |
An immutable wrapper for array of 16-bit integers that can serve as a distributable object for caching. More... | |
class | gemfire::CacheableInt32 |
An immutable wrapper for 32-bit integers that can serve as a distributable key object for caching. More... | |
class | gemfire::CacheableInt32Array |
An immutable wrapper for array of 32-bit integers that can serve as a distributable object for caching. More... | |
class | gemfire::CacheableInt64 |
An immutable wrapper for 64-bit integers that can serve as a distributable key object for caching. More... | |
class | gemfire::CacheableInt64Array |
An immutable wrapper for array of 64-bit integers that can serve as a distributable object for caching. More... | |
class | gemfire::CacheableKeyType< TObj, TYPEID, TYPENAME, SPRINTFSYM, STRSIZE > |
Template CacheableKey class for primitive types. More... | |
class | gemfire::CacheableLinkedHashSet |
A mutable CacheableKey hash set wrapper that can serve as a distributable object for caching. More... | |
class | gemfire::CacheableLinkedList |
A mutable Cacheable array list wrapper that can serve as a distributable object for caching. More... | |
class | gemfire::CacheableStack |
A mutable Cacheable stack wrapper that can serve as a distributable object for caching. More... | |
class | gemfire::CacheableStringArray |
An immutable wrapper for array of strings that can serve as a distributable object for caching. More... | |
class | gemfire::CacheableVector |
A mutable Cacheable vector wrapper that can serve as a distributable object for caching. More... | |
class | gemfire::CacheableWideChar |
An immutable wrapper for wide-characters that can serve as a distributable key object for caching. More... | |
class | gemfire::CharArray |
An immutable wrapper for array of wide-characters that can serve as a distributable object for caching. More... | |
class | gemfire::SharedArrayPtr< TObj, TYPEID > |
Template class for CacheableArrayType SharedPtr's that adds [] operator. More... | |
class | gemfire::SharedArrayPtr< TObj, TYPEID > |
Template class for CacheableArrayType SharedPtr's that adds [] operator. More... | |
Namespaces | |
gemfire | |
This namespace contains all the GemFire C++ API classes, enumerations and globals. | |
Functions | |
template<typename TObj > | |
void | gemfire::copyArray (TObj *dest, const TObj *src, int32_t length) |
Function to copy an array from source to destination. More... | |
template<typename TObj > | |
void | gemfire::copyArray (SharedPtr< TObj > *dest, const SharedPtr< TObj > *src, int32_t length) |
Function to copy an array of SharedPtr s from source to destination. More... | |
template<typename TObj , int8_t TYPEID> | |
void | gemfire::copyArray (SharedArrayPtr< TObj, TYPEID > *dest, const SharedArrayPtr< TObj, TYPEID > *src, int32_t length) |
Function to copy an array of SharedArrayPtr s from source to destination. More... | |
int | gemfire::gf_snprintf (char *buffer, int32_t maxLength, const char *fmt,...) |
snprintf implementation. More... | |
int | gemfire::gf_sprintf (char *buffer, const char *fmt,...) |
sprintf implementation. More... | |
Contains generic template definitions for Cacheable types and instantiations for built-in types.