14#pragma warning(disable:4251)
42 virtual void setFromJsonObject(
const ConstJsonObject& _object)
override;
44 void setServiceName(
const std::string& _serviceName) { m_name = _serviceName; };
45 const std::string&
serviceName(
void)
const {
return m_name; };
47 void setServiceType(
const std::string& _serviceType) { m_type = _serviceType; };
48 const std::string&
serviceType(
void)
const {
return m_type; };
#define OT_CORE_API_EXPORT
Dll import.
Definition CoreAPIExport.h:8
bool operator==(const FaceSelection &left, const FaceSelection &right)
Definition Model.cpp:55
The Serializable class is the default interface of serializable objects.
Definition Serializable.h:17
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