1#ifndef CLASSIC_RCObject_HH
2#define CLASSIC_RCObject_HH
Abstract base class for reference counted objects.
int removeReference() const
Decrement the reference count.
int addReference() const
Increment reference count.
RCObject()
Default constructor.
RCObject & operator=(const RCObject &right)
bool isShared() const
Test for sharing.