#include <notify.h>
Go to the source code of this file.
Functions | |
template<class ParamType> bool | get_param_into (ParamType *&pointer, const FactoryParams ¶ms) |
A handy convenience template function that extracts a parameter of the indicated type from the FactoryParams list. |
Definition in file factoryParams.I.
|
A handy convenience template function that extracts a parameter of the indicated type from the FactoryParams list. If the parameter type is found, it fills the pointer and returns true; otherwise, it sets the pointer to NULL and returns false. Definition at line 41 of file factoryParams.I. |