#include <settings.h>
Public Member Functions | |
Settings (UInt16 port) | |
Constructor, serve on port. | |
virtual | ~Settings () |
Destructor. | |
void | loadConfigFile (const std::string &name) |
Load and parse config file name. | |
void | loadConfigString (const std::string &config) |
Parse a config string that does not come from a file. | |
void | dumpTable (void) |
Print the parsing result. | |
void | saveConfigFile (const std::string &name) |
Save config in file name. | |
Public Attributes | |
ParserTable | parsedTable |
The settings in string once parsed. |