libcrn
3.9.5
A document image processing library
|
Modules | |
Containers | |
Namespaces | |
crn::Data | |
Classes | |
class | crn::DataFactory |
Produces CRNData objects from XML. More... | |
class | crn::Int |
Interface class for the metric real number class. More... | |
class | crn::Real |
Interface class for the metric real number class. More... | |
Macros | |
#define | CRN_DATA_FACTORY_REGISTER(elemname, classname) |
Registers a class to the data factory. More... | |
#define CRN_DATA_FACTORY_REGISTER | ( | elemname, | |
classname | |||
) |
Registers a class to the data factory.
Registers a class to the data factory. Use this in class constructor.
[in] | elemname | the name/value of the xml element |
[in] | classname | the class to register |
Definition at line 106 of file CRNDataFactory.h.