![]() |
Shadowrun: Awakened 29 September 2011 - Build 871
|
#include <ThreadPool.h>
Inheritance diagram for Support::ThreadPoolTaskBase:Public Member Functions | |
| __inline bool | getDelete () const |
| __inline void | setDelete (bool val) |
| ThreadPoolTaskBase () | |
Protected Attributes | |
| bool | _deleteOnCompletion |
Child class of ThreadTaskBase, allowing for saving a flag to indicate when the pool should delete the task
Definition at line 32 of file Support/Include/ThreadPool.h.
| Support::ThreadPoolTaskBase::ThreadPoolTaskBase | ( | ) | [inline] |
Constructor
Definition at line 41 of file Support/Include/ThreadPool.h.
: _deleteOnCompletion(true) { }
| __inline bool Support::ThreadPoolTaskBase::getDelete | ( | ) | const [inline] |
Definition at line 45 of file Support/Include/ThreadPool.h.
Referenced by Support::ThreadPool::consumeTask().
: boost::noncopyable
| __inline void Support::ThreadPoolTaskBase::setDelete | ( | bool | val | ) | [inline] |
Definition at line 46 of file Support/Include/ThreadPool.h.
: boost::noncopyable
bool Support::ThreadPoolTaskBase::_deleteOnCompletion [protected] |
Definition at line 35 of file Support/Include/ThreadPool.h.
Copyright © 2007-2010 by The Shadowrun: Awakened Team. This work is licensed under the GNU Lesser General Public License 3.