#include <ThreadCounter.hpp>
Inheritance diagram for BLOCXX_NAMESPACE::ThreadCountDecrementer:
Public Member Functions | |
ThreadCountDecrementer (ThreadCounterRef const &x) | |
virtual | ~ThreadCountDecrementer () |
Private Member Functions | |
virtual void | doNotifyThreadDone (Thread *) |
ThreadCountDecrementer (ThreadCountDecrementer const &) | |
ThreadCountDecrementer & | operator= (ThreadCountDecrementer const &) |
Private Attributes | |
ThreadCounterRef | m_counter |
Definition at line 75 of file ThreadCounter.hpp.
|
Definition at line 98 of file ThreadCounter.cpp. |
|
Definition at line 101 of file ThreadCounter.cpp. |
|
|
|
Implements BLOCXX_NAMESPACE::ThreadDoneCallback. Definition at line 104 of file ThreadCounter.cpp. References m_counter. |
|
|
|
Definition at line 88 of file ThreadCounter.hpp. Referenced by doNotifyThreadDone(). |