OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
CopyInformationFactory.h
Go to the documentation of this file.
1
4// ###########################################################################################################################################################################################################################################################################################################################
5
6#pragma once
7
8// OpenTwin header
11
12namespace ot {
13
17 public:
18 static CopyInformationFactory& instance(void);
19
20 static CopyInformation* create(const ConstJsonObject& _object);
21
22 private:
25 };
26
27 template <class T>
34
35}
#define OT_CORE_API_EXPORTONLY
Definition CoreAPIExport.h:11
#define OT_CORE_API_EXPORT
Dll import.
Definition CoreAPIExport.h:8
#define OT_DECL_NODEFAULT(___class)
Removes the default copy constructor and assignment operator.
Definition OTClassHelper.h:22
#define OT_DECL_NOMOVE(___class)
Removes the default move constructor and move operator.
Definition OTClassHelper.h:18
#define OT_DECL_NOCOPY(___class)
Removes the default copy constructor and assignment operator.
Definition OTClassHelper.h:14
Definition CopyInformationFactory.h:14
virtual ~CopyInformationFactory()
Definition CopyInformationFactory.h:24
Definition CopyInformationFactory.h:28
CopyInformationFactoryRegistrar(const std::string &_key)
Definition CopyInformationFactory.h:32
Definition CopyInformation.h:19
The FactoryRegistrarTemplate may be used to register a constructor at the factory.
Definition FactoryTemplate.h:76
The FactoryTemplate may be used to quickly create default factories that are only used for item creat...
Definition FactoryTemplate.h:24
Definition Connector.h:8
rapidjson::GenericObject< true, rapidjson::GenericValue< rapidjson::UTF8<>, rapidjson::MemoryPoolAllocator< rapidjson::CrtAllocator > > > ConstJsonObject
Read only JSON Object.
Definition JSON.h:35