log4cpp 1.1
|
#include <FactoryParams.hh>
Public Member Functions | |
parameter_validator (const char *tag, const FactoryParams *params) | |
template<typename T > | |
required_params_validator | required (const char *param, T &value) const |
template<typename T > | |
optional_params_validator | optional (const char *param, T &value) const |
![]() | |
base_validator_data (const char *tag, const FactoryParams *params) | |
Additional Inherited Members | |
![]() | |
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 |
![]() | |
const char * | tag_ |
const FactoryParams * | params_ |
|
inline |
|
inline |
|
inline |