sprint 1-alpha
|
a sharable object Help class to create a sharable intrusive object. This object represents the intrusive part. More...
#include <shared_ptr.h>
Inherited by sprint::iimage.
Public Member Functions | |
sharable () | |
constructor (initial ref_count=0) | |
long | use_count () const |
returns the reference count value | |
Public Attributes | |
long | m_refCount |
a sharable object Help class to create a sharable intrusive object. This object represents the intrusive part.
class MyClass: public sprint::sharable { };