Public Member Functions | Public Attributes | Protected Attributes

RefCount Class Reference

List of all members.

Public Member Functions

 RefCount ()
 RefCount (const RefCount &)
 ~RefCount ()
void lock ()
void unLock ()

Public Attributes

int refcount_

Protected Attributes

Threads::Mutexlock_

Detailed Description

The refcount itself. Used internally by refcounted objects.


Constructor & Destructor Documentation

RefCount::RefCount (  ) 
RefCount::RefCount ( const RefCount  ) 
RefCount::~RefCount (  ) 

Member Function Documentation

void RefCount::lock (  ) 
void RefCount::unLock (  ) 

Member Data Documentation