13 class __declspec(dllexport) EntityInformation :
public BasicEntityInformation {
16 EntityInformation(EntityBase* _entity);
17 EntityInformation(
const EntityInformation&) =
default;
18 virtual ~EntityInformation();
20 EntityInformation& operator = (
const EntityInformation&) =
default;
32 void setEntityType(std::string _type) { m_type = _type; };
33 const std::string& getEntityType(
void)
const {
return m_type; };
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