VMware GemFire Native C++ Reference
9.2.4
|
3 #ifndef GEODE_PDXINSTANCEFACTORY_H_
4 #define GEODE_PDXINSTANCEFACTORY_H_
23 #include "PdxInstance.hpp"
24 #include "geode_globals.hpp"
214 const wchar_t* value) = 0;
227 const char* value) = 0;
291 char* value, int32_t length) = 0;
444 const char* fieldName, int8_t** value, int32_t arrayLength,
445 int32_t* elementLength) = 0;
476 #endif // GEODE_PDXINSTANCEFACTORY_H_
PdxInstanceFactory()
constructors
Definition: PdxInstanceFactory.hpp:56
Each enum represents a predefined RegionAttributes in a {}.
Definition: Assert.hpp:31
Contains generic template definitions for Cacheable types and instantiations for built-in types.
#define CPPCACHE_EXPORT
Defines a Geode CPPCACHE export.
Definition: geode_base.hpp:58
virtual ~PdxInstanceFactory()
destructor
Definition: PdxInstanceFactory.hpp:50
Definition: SharedBase.hpp:40
PdxInstanceFactory gives you a way to create PdxInstances.
Definition: PdxInstanceFactory.hpp:45
Defines a reference counted shared pointer.
Definition: SharedPtr.hpp:52
Pivotal GemFire C++ Cache API Documentation