#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 61 of file FactoryParams.hh.
typedef storage_t::const_iterator log4cpp::FactoryParams::const_iterator |
Definition at line 68 of file FactoryParams.hh.
|
private |
Definition at line 63 of file FactoryParams.hh.
|
inline |
Definition at line 74 of file FactoryParams.hh.
|
inline |
Definition at line 75 of file FactoryParams.hh.
FactoryParams::const_iterator log4cpp::FactoryParams::find | ( | const std::string & | t | ) | const |
Definition at line 21 of file FactoryParams.cpp.
|
inline |
Definition at line 152 of file FactoryParams.hh.
const std::string & log4cpp::FactoryParams::operator[] | ( | const std::string & | v | ) | const |
Definition at line 12 of file FactoryParams.cpp.
|
inline |
Definition at line 71 of file FactoryParams.hh.
|
private |
Definition at line 65 of file FactoryParams.hh.