26 template<
class ParamType>
27 bool get_param_into(ParamType *&pointer,
const FactoryParams ¶ms) {
34 DCAST_INTO_R(pointer, param,
false);
The base class of any number of specific pieces of parameter information that might be passed to a Fa...
An instance of this class is passed to the Factory when requesting it to do its business and construc...
FactoryParam * get_param_of_type(TypeHandle type) const
Returns the first parameter that matches exactly the indicated type, or if there are no exact matches...