SortTreeVector Class Reference

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

Detailed Description

Keep track of sortorder from original configfile.

Definition at line 83 of file ConfigFile.hpp.


Constructor & Destructor Documentation

SortTreeVector (  )  [inline]

Definition at line 90 of file ConfigFile.hpp.

~SortTreeVector (  )  [inline]

Definition at line 118 of file ConfigFile.hpp.


Member Function Documentation

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]

Definition at line 106 of file ConfigFile.hpp.

Here is the caller graph for this function:

void setVector ( const std::vector< string > &  vVector  )  [inline]

Definition at line 114 of file ConfigFile.hpp.

Here is the caller graph for this function:


Field Documentation

string myKey [protected]

Definition at line 85 of file ConfigFile.hpp.

vector<string> mySortVector [protected]

Definition at line 86 of file ConfigFile.hpp.


The documentation for this class was generated from the following file:
Generated by  doxygen 1.6.3