21 INLINE TypedWritableReferenceCount::
22 TypedWritableReferenceCount() {
23 #ifdef DO_MEMORY_USAGE
24 MemoryUsage::update_type(
this,
this);
33 INLINE TypedWritableReferenceCount::
37 #ifdef DO_MEMORY_USAGE
38 MemoryUsage::update_type(
this,
this);
47 INLINE
void TypedWritableReferenceCount::
49 TypedWritable::operator = (copy);
50 ReferenceCount::operator = (copy);
Base class for objects that can be written to and read from Bam files.
A base class for things which need to inherit from both TypedWritable and from ReferenceCount.
A base class for all things that want to be reference-counted.