#include <ConfigReader.hpp>
Public Member Functions | |
Constructor & Destructor | |
ConfigReader (const std::string &crFilename) | |
Constructor that takes a file name. | |
~ConfigReader (void) | |
Destructor. | |
Accessors | |
const std::string & | getFilename (void) |
Get the name of the config file. | |
std::map< std::string, std::string > & | getKeyValueMap (void) |
Get STL map with key-value pairs. |
|
Constructs a ConfigReader object out of a given config file path.
|
|
Destructor. |
|
Filename accessor.
|
|
Key-value accessor.
|