#include <FactoryParams.hh>
Public Member Functions | |
template<typename T > | |
optional_params_validator | optional (const char *param, T &value) const |
parameter_validator (const char *tag, const FactoryParams *params) | |
template<typename T > | |
required_params_validator | required (const char *param, T &value) const |
Definition at line 79 of file FactoryParams.hh.
log4cpp::details::parameter_validator::parameter_validator | ( | const char * | tag, |
const FactoryParams * | params | ||
) | [inline] |
Definition at line 82 of file FactoryParams.hh.
optional_params_validator log4cpp::details::parameter_validator::optional | ( | const char * | param, |
T & | value | ||
) | const [inline] |
Definition at line 88 of file FactoryParams.hh.
required_params_validator log4cpp::details::parameter_validator::required | ( | const char * | param, |
T & | value | ||
) | const [inline] |
Definition at line 85 of file FactoryParams.hh.