15 #ifndef FACTORYPARAMS_H
16 #define FACTORYPARAMS_H
18 #include "pandabase.h"
20 #include "typedObject.h"
21 #include "typedReferenceCount.h"
22 #include "pointerTo.h"
23 #include "factoryParam.h"
48 int get_num_params()
const;
59 template<
class ParamType>
60 INLINE
bool get_param_into(ParamType *&pointer,
const FactoryParams ¶ms);
62 #include "factoryParams.I"
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...
TypeHandle is the identifier used to differentiate C++ class types.