#include <FactoryParams.hh>
Public Member Functions | |
template<typename T > | |
const required_params_validator & | operator() (const char *param, T &value) const |
template<typename T > | |
optional_params_validator | optional (const char *param, T &value) const |
required_params_validator (const char *tag, const FactoryParams *params) |
Definition at line 52 of file FactoryParams.hh.
log4cpp::details::required_params_validator::required_params_validator | ( | const char * | tag, |
const FactoryParams * | params | ||
) | [inline] |
Definition at line 55 of file FactoryParams.hh.
const required_params_validator & log4cpp::details::required_params_validator::operator() | ( | const char * | param, |
T & | value | ||
) | const |
Definition at line 117 of file FactoryParams.hh.
optional_params_validator log4cpp::details::required_params_validator::optional | ( | const char * | param, |
T & | value | ||
) | const |
Definition at line 77 of file FactoryParams.hh.