VMware GemFire Native Client C++ API Reference
|
VMware VMware GemFire Native C++ Reference 10.4.3
|
Loading...
Searching...
No Matches
Struct.hpp
Go to the documentation of this file.
104 int32_t size() const;
Contains generic template definitions for Cacheable types and instantiations for built-in types.
Provide operations for reading primitive data values, byte arrays, strings, Serializable objects from...
Definition DataInput.hpp:59
Provide operations for writing primitive data values, byte arrays, strings, Serializable objects to a...
Definition DataOutput.hpp:48
This base class is the superclass of all user objects in the cache that can be serialized.
Definition Serializable.hpp:53
Struct(StructSet *ssPtr, std::vector< std::shared_ptr< Serializable > > &fieldValues)
Constructor - meant only for internal use.
A StructSet may be obtained after executing a Query which is obtained from a QueryService which in tu...
Definition StructSet.hpp:42
Apache Geode C++ Cache API Documentation