Public Member Functions

threadsafe_refcount Class Reference

#include <threadsafe_counter.h>

Collaboration diagram for threadsafe_refcount:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 threadsafe_refcount (void) throw ()
 threadsafe_refcount (IN const threadsafe_refcount &trc) throw ()
 ~threadsafe_refcount (void) throw ()
long getRefCount (void) const throw ()

Detailed Description

Definition at line 103 of file threadsafe_counter.h.


Constructor & Destructor Documentation

threadsafe_refcount::threadsafe_refcount ( void   )  throw () [inline]

Definition at line 106 of file threadsafe_counter.h.

threadsafe_refcount::threadsafe_refcount ( IN const threadsafe_refcount trc  )  throw () [inline]

Definition at line 107 of file threadsafe_counter.h.

threadsafe_refcount::~threadsafe_refcount ( void   )  throw () [inline]

Definition at line 109 of file threadsafe_counter.h.


Member Function Documentation

long threadsafe_refcount::getRefCount ( void   )  const throw () [inline]

Definition at line 112 of file threadsafe_counter.h.


The documentation for this class was generated from the following file: