#include <CConfParser.hpp>
Inheritance diagram for CONFIG::CConfParser:
Public Member Functions | |
CConfParser () | |
CConfParser (const CConfParser &right) | |
~CConfParser () | |
CConfParser & | operator= (const CConfParser &right) |
std::string | getConfValue (std::string strKey) const throw (CConfException) |
Protected Member Functions | |
MAP_string_string | get_mConf () |
void | set_mConf (MAP_string_string value) |
Protected Attributes | |
MAP_string_string | m_mConf |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|