7 class __declspec(dllexport) GenericDataStructSingle :
public GenericDataStruct
11 GenericDataStructSingle();
12 GenericDataStructSingle(
const GenericDataStructSingle& _other);
13 GenericDataStructSingle(GenericDataStructSingle&& _other)
noexcept;
14 GenericDataStructSingle& operator=(
const GenericDataStructSingle& _other) =
default;
15 GenericDataStructSingle& operator=(GenericDataStructSingle&& _other)
noexcept =
default;
16 ~GenericDataStructSingle();
26 static std::string getClassName() {
return "GenericDataStructSingle"; }
Definition Variable.h:107
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