15 #ifndef TYPEDREFERENCECOUNT_H 16 #define TYPEDREFERENCECOUNT_H 18 #include "pandabase.h" 20 #include "typedObject.h" 21 #include "referenceCount.h" 38 INLINE TypedReferenceCount(
const TypedReferenceCount ©);
39 INLINE
void operator = (
const TypedReferenceCount ©);
43 return get_class_type();
55 ReferenceCount::init_type();
56 register_type(_type_handle,
"TypedReferenceCount",
57 TypedObject::get_class_type(),
58 ReferenceCount::get_class_type());
65 #include "typedReferenceCount.I" static void init_type()
This function is declared non-inline to work around a compiler bug in g++ 2.96.
A base class for things which need to inherit from both TypedObject and from ReferenceCount.
This is an abstract class that all classes which use TypeHandle, and also provide virtual functions t...
A base class for all things that want to be reference-counted.
TypeHandle is the identifier used to differentiate C++ class types.