#include <FactoryParams.hh>
Inheritance diagram for log4cpp::details::base_validator_data:
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 char * | tag_ |
const FactoryParams * | params_ |
log4cpp::details::base_validator_data::base_validator_data | ( | const char * | tag, | |
const FactoryParams * | params | |||
) | [inline] |
void log4cpp::details::base_validator_data::assign | ( | const std::string & | param_value, | |
T & | value | |||
) | const [inline, protected] |
void log4cpp::details::base_validator_data::assign_impl | ( | const std::string & | param_value, | |
T & | value | |||
) | const [inline, protected] |
void log4cpp::details::base_validator_data::assign_impl | ( | const std::string & | param_value, | |
std::string & | value | |||
) | const [inline, protected] |
void log4cpp::details::base_validator_data::throw_error | ( | const char * | param_name | ) | const [inline, protected] |
const char* log4cpp::details::base_validator_data::tag_ [protected] |
const FactoryParams* log4cpp::details::base_validator_data::params_ [protected] |