TwiceAsNice  2019-02-18
Public Member Functions | Protected Attributes | List of all members
Nice::ThreadPool Class Reference

#include <Thread.h>

Collaboration diagram for Nice::ThreadPool:
Collaboration graph

Public Member Functions

void add (ThreadPtr t)
 
void start ()
 
void wait ()
 
void terminate ()
 
void add (ThreadPtr t)
 
void start ()
 
void wait ()
 
void terminate ()
 

Protected Attributes

ThreadPoolContainer m_threads
 

Detailed Description

Author
Florian Briegel
Version
11.02.04
Date
2012-08-10 11:04:58 AM

Member Function Documentation

◆ add() [1/2]

void Nice::ThreadPool::add ( ThreadPtr  t)

◆ add() [2/2]

void Nice::ThreadPool::add ( ThreadPtr  t)

◆ start() [1/2]

void Nice::ThreadPool::start ( )

◆ start() [2/2]

void Nice::ThreadPool::start ( )

◆ terminate() [1/2]

void Nice::ThreadPool::terminate ( )

◆ terminate() [2/2]

void Nice::ThreadPool::terminate ( )

◆ wait() [1/2]

void Nice::ThreadPool::wait ( )

◆ wait() [2/2]

void Nice::ThreadPool::wait ( )

Member Data Documentation

◆ m_threads

ThreadPoolContainer Nice::ThreadPool::m_threads
protected

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