#include <CThread.h>
Inheritance diagram for AxPipe::CThread< T >:
Private Member Functions | |
virtual int | Main () |
The ThreadProc for the worker thread. |
Setup a thread, start it running and pump data through the Work() member function, using thread synchronization. Basically all Out* and In* functions will run in the context of this separate thread.
Definition at line 178 of file CThread.h.
|
The ThreadProc for the worker thread.
Reimplemented from AxPipe::CThreadMain< T >. |