17 INLINE TypedReferenceCount::
18 TypedReferenceCount() {
19 #ifdef DO_MEMORY_USAGE 27 INLINE TypedReferenceCount::
32 #ifdef DO_MEMORY_USAGE 40 INLINE
void TypedReferenceCount::
42 TypedObject::operator = (copy);
43 ReferenceCount::operator = (copy);
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...
static void update_type(ReferenceCount *ptr, TypeHandle type)
Associates the indicated type with the given pointer.
A base class for all things that want to be reference-counted.