blocxx
|
#include <ThreadDoneCallback.hpp>
Public Member Functions | |
virtual | ~ThreadDoneCallback () |
void | notifyThreadDone (Thread *t) |
Protected Member Functions | |
virtual void | doNotifyThreadDone (Thread *t)=0 |
![]() | |
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().
void BLOCXX_NAMESPACE::ThreadDoneCallback::notifyThreadDone | ( | Thread * | t | ) |
Definition at line 49 of file ThreadDoneCallback.cpp.
References doNotifyThreadDone().