Class for parsing config files. More...
#include <ConfigFileParser.h>
Static Public Member Functions | |
static PropertyContainer | parse (const std::string &filename) |
Parse a config file. More... | |
Class for parsing config files.
Definition at line 36 of file ConfigFileParser.h.
|
static |
Parse a config file.
filename | Name of the config fle to parse |
FileNotFound | if the config file cannot be found on the disk |