#include <threadsafe_counter.h>

Public Member Functions | |
| threadsafe_refcount (void) throw () | |
| threadsafe_refcount (IN const threadsafe_refcount &trc) throw () | |
| ~threadsafe_refcount (void) throw () | |
| long | getRefCount (void) const throw () | 
Definition at line 103 of file threadsafe_counter.h.
| 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.
| long threadsafe_refcount::getRefCount | ( | void | ) |  const  throw () [inline] | 
        
Definition at line 112 of file threadsafe_counter.h.
 1.7.1