#include <FactoryParams.hh>
Public Types | |
typedef storage_t::const_iterator | const_iterator |
Public Member Functions | |
const_iterator | begin () const |
const_iterator | end () const |
const_iterator | find (const std::string &t) const |
details::parameter_validator | get_for (const char *tag) const |
const std::string & | operator[] (const std::string &v) const |
std::string & | operator[] (const std::string &v) |
Private Types | |
typedef std::map< std::string, std::string > | storage_t |
Private Attributes | |
storage_t | storage_ |
Definition at line 92 of file FactoryParams.hh.
typedef storage_t::const_iterator log4cpp::FactoryParams::const_iterator |
Definition at line 99 of file FactoryParams.hh.
typedef std::map<std::string, std::string> log4cpp::FactoryParams::storage_t [private] |
Definition at line 94 of file FactoryParams.hh.
const_iterator log4cpp::FactoryParams::begin | ( | ) | const [inline] |
Definition at line 105 of file FactoryParams.hh.
const_iterator log4cpp::FactoryParams::end | ( | ) | const [inline] |
Definition at line 106 of file FactoryParams.hh.
FactoryParams::const_iterator log4cpp::FactoryParams::find | ( | const std::string & | t | ) | const |
Definition at line 15 of file FactoryParams.cpp.
details::parameter_validator log4cpp::FactoryParams::get_for | ( | const char * | tag | ) | const [inline] |
Definition at line 103 of file FactoryParams.hh.
const std::string & log4cpp::FactoryParams::operator[] | ( | const std::string & | v | ) | const |
Definition at line 6 of file FactoryParams.cpp.
std::string& log4cpp::FactoryParams::operator[] | ( | const std::string & | v | ) | [inline] |
Definition at line 102 of file FactoryParams.hh.
storage_t log4cpp::FactoryParams::storage_ [private] |
Definition at line 96 of file FactoryParams.hh.