#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 93 of file FactoryParams.hh.
typedef storage_t::const_iterator FactoryParams::const_iterator |
Definition at line 100 of file FactoryParams.hh.
typedef std::map<std::string, std::string> FactoryParams::storage_t [private] |
Definition at line 95 of file FactoryParams.hh.
const_iterator FactoryParams::begin | ( | void | ) | const [inline] |
Definition at line 106 of file FactoryParams.hh.
const_iterator FactoryParams::end | ( | void | ) | const [inline] |
Definition at line 107 of file FactoryParams.hh.
const_iterator FactoryParams::find | ( | const std::string & | t | ) | const |
details::parameter_validator FactoryParams::get_for | ( | const char * | tag | ) | const [inline] |
Definition at line 104 of file FactoryParams.hh.
const std::string& FactoryParams::operator[] | ( | const std::string & | v | ) | const |
std::string& FactoryParams::operator[] | ( | const std::string & | v | ) | [inline] |
Definition at line 103 of file FactoryParams.hh.
storage_t FactoryParams::storage_ [private] |
Definition at line 97 of file FactoryParams.hh.