15#pragma warning(disable:4251)
39 void setEntityName(
const std::string& _entityName) { m_entityName = _entityName; };
49 std::string m_entityName;
#define OT_CORE_API_EXPORT
Dll import.
Definition CoreAPIExport.h:8
The Serializable class is the default interface of serializable objects.
Definition Serializable.h:17
unsigned long UID
Unique identifier (32 bit unsigned integer)
Definition CoreTypes.h:27
rapidjson::Value JsonValue
Writable JSON value.
Definition JSON.h:27
rapidjson::GenericObject< true, rapidjson::GenericValue< rapidjson::UTF8<>, rapidjson::MemoryPoolAllocator< rapidjson::CrtAllocator > > > ConstJsonObject
Read only JSON Object.
Definition JSON.h:35
rapidjson::MemoryPoolAllocator< rapidjson::CrtAllocator > JsonAllocator
Allocator used for writing to JSON values.
Definition JSON.h:30