3 #ifndef GEODE_REGIONSERVICE_H_ 4 #define GEODE_REGIONSERVICE_H_ 23 #include "geode_globals.hpp" 73 virtual bool isClosed()
const = 0;
85 virtual void close() = 0;
92 virtual RegionPtr getRegion(
const char* name) = 0;
118 const char* className) = 0;
124 #endif // GEODE_REGIONSERVICE_H_ 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
A RegionService provides access to existing regions that exist in a Geode cache.
Definition: RegionService.hpp:60
This abstract base class is the base class of all user objects that have the shared capability of ref...
Definition: SharedBase.hpp:40
Vector template type class.
Definition: VectorT.hpp:37
This namespace contains all the Geode C++ API classes, enumerations and globals.