table of contents
log4cpp::FactoryParams(3) | log4cpp | log4cpp::FactoryParams(3) |
NAME¶
log4cpp::FactoryParams -
SYNOPSIS¶
#include <FactoryParams.hh>
Public Types¶
typedef storage_t::const_iterator const_iterator
Public Member Functions¶
const std::string & operator[] (const std::string
&v) const
std::string & operator[] (const std::string &v)
details::parameter_validator get_for (const char *tag) const
const_iterator find (const std::string &t) const
const_iterator begin () const
const_iterator end () const
Member Typedef Documentation¶
typedef storage_t::const_iterator log4cpp::FactoryParams::const_iterator¶
Member Function Documentation¶
const_iterator log4cpp::FactoryParams::begin () const [inline]¶
const_iterator log4cpp::FactoryParams::end () const [inline]¶
FactoryParams::const_iterator log4cpp::FactoryParams::find (const std::string & t) const¶
details::parameter_validator log4cpp::FactoryParams::get_for (const char * tag) const [inline]¶
std::string& log4cpp::FactoryParams::operator[] (const std::string & v) [inline]¶
const std::string & log4cpp::FactoryParams::operator[] (const std::string & v) const¶
Author¶
Generated automatically by Doxygen for log4cpp from the source code.
4 Aug 2014 | Version 1.0 |