Public Member Functions | |
| RefCount () | |
| RefCount (const RefCount &) | |
| ~RefCount () | |
| void | lock () |
| void | unLock () |
Public Attributes | |
| int | refcount_ |
Protected Attributes | |
| Threads::Mutex * | lock_ |
The refcount itself. Used internally by refcounted objects.
| RefCount::RefCount | ( | ) |
| RefCount::RefCount | ( | const RefCount & | ) |
| RefCount::~RefCount | ( | ) |
| void RefCount::lock | ( | ) |
| void RefCount::unLock | ( | ) |
Threads::Mutex* RefCount::lock_ [protected] |
1.7.1