30class EXPCL_PANDA_PUTIL FactoryParam :
public TypedReferenceCount {
32 INLINE FactoryParam();
33 INLINE FactoryParam(
const FactoryParam &other);
34 INLINE
void operator = (
const FactoryParam &other);
35 INLINE ~FactoryParam();
39 return get_class_type();
41 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
45 static void init_type() {
46 TypedReferenceCount::init_type();
48 TypedReferenceCount::get_class_type());
TypeHandle is the identifier used to differentiate C++ class types.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
void register_type(TypeHandle &type_handle, const std::string &name)
This inline function is just a convenient way to call TypeRegistry::register_type(),...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.