Keep track of sortorder from original configfile. More...
#include <ConfigFile.hpp>
Public Member Functions | |
SortTreeVector () | |
string | getKey () |
void | setKey (const string &sKey) |
std::vector< string > | getVector () const |
void | setVector (const std::vector< string > &vVector) |
~SortTreeVector () | |
Protected Attributes | |
string | myKey |
vector< string > | mySortVector |
Keep track of sortorder from original configfile.
Definition at line 83 of file ConfigFile.hpp.
SortTreeVector | ( | ) | [inline] |
Definition at line 90 of file ConfigFile.hpp.
~SortTreeVector | ( | ) | [inline] |
Definition at line 118 of file ConfigFile.hpp.
string getKey | ( | ) | [inline] |
Definition at line 94 of file ConfigFile.hpp.
std::vector<string> getVector | ( | ) | const [inline] |
Definition at line 110 of file ConfigFile.hpp.
void setKey | ( | const string & | sKey | ) | [inline] |
void setVector | ( | const std::vector< string > & | vVector | ) | [inline] |
string myKey [protected] |
Definition at line 85 of file ConfigFile.hpp.
vector<string> mySortVector [protected] |
Definition at line 86 of file ConfigFile.hpp.