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 gives you a way to create PdxInstances.
Definition: PdxInstanceFactory.hpp:45
Each enum represents a predefined RegionAttributes in a Cache.
Definition: Assert.hpp:31
#define CPPCACHE_EXPORT
Defines a Geode CPPCACHE export.
Definition: geode_base.hpp:58
virtual ~PdxInstanceFactory()
destructor
Definition: PdxInstanceFactory.hpp:50
Contains generic template definitions for Cacheable types and instantiations for built-in types...
Defines a reference counted shared pointer.
Definition: SharedPtr.hpp:52
This abstract base class is the base class of all user objects that have the shared capability of ref...
Definition: SharedBase.hpp:40
PdxInstanceFactory()
constructors
Definition: PdxInstanceFactory.hpp:56
This namespace contains all the Geode C++ API classes, enumerations and globals.