21 INLINE TypedReferenceCount::
22 TypedReferenceCount() {
23 #ifdef DO_MEMORY_USAGE
24 MemoryUsage::update_type(
this,
this);
33 INLINE TypedReferenceCount::
38 #ifdef DO_MEMORY_USAGE
39 MemoryUsage::update_type(
this,
this);
48 INLINE
void TypedReferenceCount::
50 TypedObject::operator = (copy);
51 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...
A base class for all things that want to be reference-counted.