The ReaderFactory class.
More...
#include <RobotAPI/libraries/aron/codegeneration/typereader/xml/Factory.h>
The ReaderFactory class.
It takes a xml-node and generates a type object representing the description in the xml node
Definition at line 44 of file Factory.h.
◆ ReaderFactory()
◆ create()
the creation methods to return the types. Basically does a switch-case over the xml tag names converted to a descriptor object.
Definition at line 60 of file Factory.cpp.
◆ allGeneratedPublicIntEnums
same for int enums
Definition at line 93 of file Factory.h.
◆ allGeneratedPublicObjects
static map of all generated objects. Since this factory may be called recursively, it must be static
Definition at line 90 of file Factory.h.
◆ allPreviouslyKnownPublicTypes
std::vector<std::string> allPreviouslyKnownPublicTypes |
previously known types
Definition at line 96 of file Factory.h.
The documentation for this class was generated from the following files:
- RobotAPI/libraries/aron/codegeneration/typereader/xml/Factory.h
- RobotAPI/libraries/aron/codegeneration/typereader/xml/Factory.cpp