#include <thread_group.h>
List of all members.
Constructor & Destructor Documentation
gruel::thread_group::thread_group |
( |
| ) |
|
gruel::thread_group::~thread_group |
( |
| ) |
|
Member Function Documentation
void gruel::thread_group::add_thread |
( |
boost::thread * |
thrd | ) |
|
boost::thread* gruel::thread_group::create_thread |
( |
const boost::function0< void > & |
threadfunc | ) |
|
void gruel::thread_group::interrupt_all |
( |
| ) |
|
void gruel::thread_group::join_all |
( |
| ) |
|
void gruel::thread_group::remove_thread |
( |
boost::thread * |
thrd | ) |
|
size_t gruel::thread_group::size |
( |
| ) |
const |
The documentation for this class was generated from the following file: