|
blocxx
|
#include <ThreadDoneCallback.hpp>
Public Member Functions | |
| virtual | ~ThreadDoneCallback () |
| void | notifyThreadDone (Thread *t) |
Protected Member Functions | |
| virtual void | doNotifyThreadDone (Thread *t)=0 |
Protected Member Functions inherited from BLOCXX_NAMESPACE::IntrusiveCountableBase | |
| IntrusiveCountableBase () | |
| IntrusiveCountableBase (const IntrusiveCountableBase &) | |
| IntrusiveCountableBase & | operator= (const IntrusiveCountableBase &) |
| virtual | ~IntrusiveCountableBase () |
Definition at line 48 of file ThreadDoneCallback.hpp.
|
virtual |
Definition at line 45 of file ThreadDoneCallback.cpp.
|
protectedpure virtual |
Implemented in BLOCXX_NAMESPACE::ThreadCountDecrementer.
Referenced by notifyThreadDone().
Definition at line 49 of file ThreadDoneCallback.cpp.
References doNotifyThreadDone(), and BLOCXX_NAMESPACE::operator==().