24 #ifndef COBJECTFACTORY_H
25 #define COBJECTFACTORY_H
64 void* produceObject(
const char* acObjectName,
DATATYPE tType);
72 void* produceObject(
const string strObjectName,
DATATYPE tType);
73 bool canProduce(
const char* acObjectName);
74 bool canProduce(
const string strObjectName);
Produces objects of given name and type.
Definition: CObjectFactory.h:50
DATATYPE
Definition: CObject.h:39
void * _create_double_object()
Definition: CObjectFactory.h:34
void * _create_float_object()
Definition: CObjectFactory.h:35