17INLINE TypedReferenceCount::
18TypedReferenceCount() {
27INLINE TypedReferenceCount::
40INLINE
void TypedReferenceCount::
42 TypedObject::operator = (copy);
43 ReferenceCount::operator = (copy);
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.
This is an abstract class that all classes which use TypeHandle, and also provide virtual functions t...
A base class for things which need to inherit from both TypedObject and from ReferenceCount.