#include <ShRefCount.hpp>
Inheritance diagram for SH::ShRefCountable:

Public Member Functions | |
| ShRefCountable (const ShRefCountable &) | |
| ShRefCountable & | operator= (const ShRefCountable &) |
| int | acquireRef () const |
| int | releaseRef () const |
| int | refCount () const |
These are classes you can wrap in an ShRefCount. Inherit from this if you want to reference-count your class.
Definition at line 53 of file ShRefCount.hpp.
1.3.7