OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
PropertyInputFactoryRegistrar.h
Go to the documentation of this file.
1
4// ###########################################################################################################################################################################################################################################################################################################################
5
6#pragma once
7
8// OpenTwin header
10
11// std header
12#include <string>
13
14namespace ot {
15
16 template <class T>
24
25}
26
This file contains defines that may be used simplyfy class creation.
#define OT_DECL_NODEFAULT(___class)
Removes the default copy constructor and assignment operator.
Definition OTClassHelper.h:22
#define OT_DECL_NOCOPY(___class)
Removes the default copy constructor and assignment operator.
Definition OTClassHelper.h:14
Definition PropertyInputFactoryRegistrar.h:17
~PropertyInputFactoryRegistrar()
Definition PropertyInputFactoryRegistrar.h:22
PropertyInputFactoryRegistrar(const std::string &_key)
Definition PropertyInputFactoryRegistrar.hpp:13
Definition Connector.h:8