1 #ifndef _GEMFIRE_CACHEABLEUNDEFINED_HPP_ 2 #define _GEMFIRE_CACHEABLEUNDEFINED_HPP_ 13 #include "gfcpp_globals.hpp" 35 virtual void toData(
DataOutput& output )
const;
55 virtual int32_t classId( )
const;
62 virtual int8_t typeId( )
const;
68 virtual int8_t DSFID( )
const;
78 virtual uint32_t objectSize( )
const;
97 #endif // _GEMFIRE_CACHEABLEUNDEFINED_HPP_ Provide operations for writing primitive data values, byte arrays, strings, Serializable objects to a...
Definition: DataOutput.hpp:62
static CacheableUndefinedPtr create()
Factory method for creating the default instance of CacheableUndefined.
Definition: CacheableUndefined.hpp:73
Encapsulate an undefined query result.
Definition: CacheableUndefined.hpp:27
CacheableUndefined()
Constructor, used for deserialization.
Definition: CacheableUndefined.hpp:84
static Serializable * createDeserializable()
creation function for undefined query result
Definition: CacheableUndefined.hpp:45
This namespace contains all the GemFire C++ API classes, enumerations and globals.
Definition: Assert.hpp:19
This abstract base class is the superclass of all user objects in the cache that can be serialized...
Definition: Serializable.hpp:39
#define CPPCACHE_EXPORT
Defines a GemFire CPPCACHE export.
Definition: gf_base.hpp:51
Defines a reference counted shared pointer.
Definition: SharedPtr.hpp:35