CPPSERV


Home Projects Jobs Clientele Contact
CPPSERV Documentation Download TODO Mailing lists Bug tracker News RSS Feed Browse source

container::CThreadPool::CThreadPool::Task Class Reference

#include <cthreadpool.h>

Inheritance diagram for container::CThreadPool::CThreadPool::Task:

List of all members.


Public Member Functions

virtual ~Task ()
 Need this, since we delete task ourselves.
virtual void run ()=0
 Runs the task.

Detailed Description

Definition at line 50 of file cthreadpool.h.


Constructor & Destructor Documentation

virtual container::CThreadPool::CThreadPool::Task::~Task (  )  [inline, virtual]

Need this, since we delete task ourselves.

Definition at line 54 of file cthreadpool.h.


Member Function Documentation

virtual void container::CThreadPool::CThreadPool::Task::run (  )  [pure virtual]


The documentation for this class was generated from the following file:

SourceForge.net Logo