VMware GemFire Native C++ Reference
9.2.4
|
Go to the documentation of this file.
3 #ifndef GEODE_CACHEABLEUNDEFINED_H_
4 #define GEODE_CACHEABLEUNDEFINED_H_
23 #include "geode_globals.hpp"
61 virtual int32_t classId()
const;
68 virtual int8_t typeId()
const;
74 virtual int8_t DSFID()
const;
83 virtual uint32_t objectSize()
const;
98 #endif // GEODE_CACHEABLEUNDEFINED_H_
CacheableUndefined()
Constructor, used for deserialization.
Definition: CacheableUndefined.hpp:87
Each enum represents a predefined RegionAttributes in a {}.
Definition: Assert.hpp:31
static Serializable * createDeserializable()
creation function for undefined query result
Definition: CacheableUndefined.hpp:52
Encapsulate an undefined query result.
Definition: CacheableUndefined.hpp:37
static CacheableUndefinedPtr create()
Factory method for creating the default instance of CacheableUndefined.
Definition: CacheableUndefined.hpp:79
#define CPPCACHE_EXPORT
Defines a Geode CPPCACHE export.
Definition: geode_base.hpp:58
Provide operations for writing primitive data values, byte arrays, strings, Serializable objects to a...
Definition: DataOutput.hpp:74
Provide operations for reading primitive data values, byte arrays, strings, Serializable objects from...
Definition: DataInput.hpp:56
Defines a reference counted shared pointer.
Definition: SharedPtr.hpp:52
Definition: Serializable.hpp:53
Pivotal GemFire C++ Cache API Documentation