#include <FactoryParams.hh>
Public Member Functions | |
base_validator_data (const char *tag, const FactoryParams *params) | |
Protected Member Functions | |
template<typename T > | |
void | assign (const std::string ¶m_value, T &value) const |
template<typename T > | |
void | assign_impl (const std::string ¶m_value, T &value) const |
void | assign_impl (const std::string ¶m_value, std::string &value) const |
void | throw_error (const char *param_name) const |
Protected Attributes | |
const FactoryParams * | params_ |
const char * | tag_ |
Definition at line 15 of file FactoryParams.hh.
log4cpp::details::base_validator_data::base_validator_data | ( | const char * | tag, |
const FactoryParams * | params | ||
) | [inline] |
Definition at line 18 of file FactoryParams.hh.
void log4cpp::details::base_validator_data::assign | ( | const std::string & | param_value, |
T & | value | ||
) | const [inline, protected] |
Definition at line 25 of file FactoryParams.hh.
void log4cpp::details::base_validator_data::assign_impl | ( | const std::string & | param_value, |
T & | value | ||
) | const [inline, protected] |
Definition at line 31 of file FactoryParams.hh.
void log4cpp::details::base_validator_data::assign_impl | ( | const std::string & | param_value, |
std::string & | value | ||
) | const [inline, protected] |
Definition at line 38 of file FactoryParams.hh.
void log4cpp::details::base_validator_data::throw_error | ( | const char * | param_name | ) | const [inline, protected] |
Definition at line 43 of file FactoryParams.hh.
const FactoryParams* log4cpp::details::base_validator_data::params_ [protected] |
Definition at line 22 of file FactoryParams.hh.
const char* log4cpp::details::base_validator_data::tag_ [protected] |
Definition at line 21 of file FactoryParams.hh.