sprint 1-alpha
Public Member Functions | Public Attributes
sprint::sharable Struct Reference

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.

List of all members.

Public Member Functions

 sharable ()
 constructor (initial ref_count=0)
long use_count () const
 returns the reference count value

Public Attributes

long m_refCount

Detailed Description

a sharable object Help class to create a sharable intrusive object. This object represents the intrusive part.

  class MyClass: public sprint::sharable {
  };
See also:
sprint::shared_ptr

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines