OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
GenericDataStructFactory.h
Go to the documentation of this file.
1#pragma once
2#include <memory>
3#include "GenericDataStruct.h"
4#include "JSON.h"
5
6namespace ot
7{
8 class __declspec(dllexport) GenericDataStructFactory
9 {
10 public:
11 static ot::GenericDataStruct* Create(const ot::ConstJsonObject& object);
12 };
13}
Definition Connector.h:8
rapidjson::GenericObject< true, rapidjson::GenericValue< rapidjson::UTF8<>, rapidjson::MemoryPoolAllocator< rapidjson::CrtAllocator > > > ConstJsonObject
Read only JSON Object.
Definition JSON.h:35