VisionWorks Toolkit Reference

December 18, 2015 | 1.2 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
ConfigParser

Detailed Description

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.

Example File
name1 = value1
name2 = value2
name3 = value3

Data Structures

class  nvxio::ConfigParser
 ConfigParser interface. More...
 

Functions

std::unique_ptr< ConfigParser > nvxio::createConfigParser ()
 Factory for ConfigParser class. More...
 

Function Documentation

std::unique_ptr<ConfigParser> nvxio::createConfigParser ( )

Factory for ConfigParser class.

Returns
The pointer to ConfigParser object.
See also
NVXIO APIs