|
blocxx
|
#include <ThreadCounter.hpp>
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 78 of file ThreadCounter.hpp.
| BLOCXX_NAMESPACE::ThreadCountDecrementer::ThreadCountDecrementer | ( | ThreadCounterRef const & | x | ) |
Definition at line 112 of file ThreadCounter.cpp.
| BLOCXX_NAMESPACE::ThreadCountDecrementer::~ThreadCountDecrementer | ( | ) | [virtual] |
Definition at line 115 of file ThreadCounter.cpp.
| BLOCXX_NAMESPACE::ThreadCountDecrementer::ThreadCountDecrementer | ( | ThreadCountDecrementer const & | ) | [private] |
| void BLOCXX_NAMESPACE::ThreadCountDecrementer::doNotifyThreadDone | ( | Thread * | ) | [private, virtual] |
Implements BLOCXX_NAMESPACE::ThreadDoneCallback.
Definition at line 118 of file ThreadCounter.cpp.
References m_counter.
| ThreadCountDecrementer& BLOCXX_NAMESPACE::ThreadCountDecrementer::operator= | ( | ThreadCountDecrementer const & | ) | [private] |
Definition at line 91 of file ThreadCounter.hpp.
Referenced by doNotifyThreadDone().
1.7.3