![]() |
VisionWorks Toolkit ReferenceDecember 18, 2015 | 1.2 Release |
This class is intended for parsing simple text files with a basic structure composed of parameters.
Every parameter has a name and a value, delimited by an equal sign (=). The name appears to the left of the equal sign.
Data Structures | |
class | nvxio::ConfigParser |
ConfigParser interface. More... | |
Functions | |
std::unique_ptr< ConfigParser > | nvxio::createConfigParser () |
Factory for ConfigParser class. More... | |
std::unique_ptr<ConfigParser> nvxio::createConfigParser | ( | ) |