15 class __declspec(dllexport) EntityAPI {
20 static EntityBase* readEntityFromEntityIDandVersion(
UID _entityID,
UID _version, ClassFactoryHandler& classFactory);
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_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
unsigned long UID
Unique identifier (32 bit unsigned integer)
Definition CoreTypes.h:27