#include <ConfigFile.hpp>
Public Member Functions | |
| string | getKey () |
| std::vector< string > | getVector () const |
| void | setKey (const string &sKey) |
| void | setVector (const std::vector< string > &vVector) |
| SortTreeVector () | |
| ~SortTreeVector () | |
Protected Attributes | |
| string | myKey |
| vector< string > | mySortVector |
Keep track of sortorder from original configfile
Definition at line 84 of file ConfigFile.hpp.
| youbot::SortTreeVector::SortTreeVector | ( | ) | [inline] |
Definition at line 92 of file ConfigFile.hpp.
| youbot::SortTreeVector::~SortTreeVector | ( | ) | [inline] |
Definition at line 127 of file ConfigFile.hpp.
| string youbot::SortTreeVector::getKey | ( | ) | [inline] |
Definition at line 98 of file ConfigFile.hpp.
| std::vector<string> youbot::SortTreeVector::getVector | ( | ) | const [inline] |
Definition at line 117 of file ConfigFile.hpp.
| void youbot::SortTreeVector::setKey | ( | const string & | sKey | ) | [inline] |
Definition at line 112 of file ConfigFile.hpp.
| void youbot::SortTreeVector::setVector | ( | const std::vector< string > & | vVector | ) | [inline] |
Definition at line 122 of file ConfigFile.hpp.
string youbot::SortTreeVector::myKey [protected] |
Definition at line 87 of file ConfigFile.hpp.
vector<string> youbot::SortTreeVector::mySortVector [protected] |
Definition at line 88 of file ConfigFile.hpp.