#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 111 of file ThreadCounter.cpp.
| BLOCXX_NAMESPACE::ThreadCountDecrementer::~ThreadCountDecrementer | ( | ) | [virtual] |
Definition at line 114 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 117 of file ThreadCounter.cpp.
References m_counter.
| ThreadCountDecrementer& BLOCXX_NAMESPACE::ThreadCountDecrementer::operator= | ( | ThreadCountDecrementer const & | ) | [private] |
1.5.6