![]() |
SUPER Space invader : Turbo edition DX - VS GOD 1.0.0
A simple space invader ripoff
|
temporary class used to populate a ConfigData object More...
#include <configManagement.h>
Public Member Functions | |
void | parseFile (const string &fname) |
parse the file given, and put the keys/values in internalValues More... | |
void | readConfig () |
void | dumpInternalValues () const |
print internalValues pairs in the console (in case in error reporting) More... | |
Public Attributes | |
ConfigData | collectedData |
Actual config data object. More... | |
temporary class used to populate a ConfigData object
Definition at line 24 of file configManagement.h.
void ConfigBuilder::dumpInternalValues | ( | ) | const |
print internalValues pairs in the console (in case in error reporting)
Definition at line 33 of file configManagement.cpp.
void ConfigBuilder::parseFile | ( | const string & | fname | ) |
parse the file given, and put the keys/values in internalValues
read the values in collectedData and put them in the collectedData object
[in] | fname | file to read from |
Definition at line 42 of file configManagement.cpp.
void ConfigBuilder::readConfig | ( | ) |
ConfigData ConfigBuilder::collectedData |
Actual config data object.
Definition at line 30 of file configManagement.h.