15 #ifndef FACTORYPARAM_H 16 #define FACTORYPARAM_H 18 #include "pandabase.h" 20 #include "typedReferenceCount.h" 37 INLINE FactoryParam(
const FactoryParam &other);
38 INLINE
void operator = (
const FactoryParam &other);
39 INLINE ~FactoryParam();
43 return get_class_type();
45 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
49 static void init_type() {
50 TypedReferenceCount::init_type();
51 register_type(_type_handle,
"FactoryParam",
52 TypedReferenceCount::get_class_type());
59 #include "factoryParam.I" The base class of any number of specific pieces of parameter information that might be passed to a Fa...
A base class for things which need to inherit from both TypedObject and from ReferenceCount.
TypeHandle is the identifier used to differentiate C++ class types.