Go to the source code of this file.
Functions | |
CDxlGeneric * | gDxlCreate (const std::string &dxlTypeStr) |
CDxlGeneric* gDxlCreate | ( | const std::string & | dxlTypeStr | ) |
gDxlCreate creates the correct object based on a sting. This is easily used for if you want to create an object based on an config file.
dxlTypeStr | an std::string that describes the object to be made |
Definition at line 16 of file DxlClassFactory.hpp.