Inheritance diagram for csp::ParallelHelper:
Public Member Functions | |
template<typename T> | |
ParallelHelper & | operator() (T t) |
Adds the given process/helper to the process list and returns *this. | |
template<typename ITERATOR> | |
ParallelHelper (ITERATOR begin, ITERATOR end) | |
Constructor, that initialises the process list using the specified iterators. | |
ParallelHelper (ThreadCSProcessPtr p) | |
Constructor, that initialises the process list with the specified process. | |
CSProcessPtr | process () const |
Gets a CSProcess that will run the contained processes. | |
ParallelHelper & | with (const ParallelHelper &p) |
Adds the given processes in the ParallelHelper to the process list and returns *this. | |
ParallelHelper & | with (ThreadCSProcessPtr p) |
Adds the given process to the process list and returns *this. |
csp::ParallelHelper::ParallelHelper | ( | ThreadCSProcessPtr | p | ) | [inline, explicit] |
Constructor, that initialises the process list with the specified process.
csp::ParallelHelper::ParallelHelper | ( | ITERATOR | begin, | |
ITERATOR | end | |||
) | [inline] |
Constructor, that initialises the process list using the specified iterators.
ParallelHelper& csp::ParallelHelper::with | ( | ThreadCSProcessPtr | p | ) | [inline] |
Adds the given process to the process list and returns *this.
ParallelHelper& csp::ParallelHelper::with | ( | const ParallelHelper & | p | ) | [inline] |
Adds the given processes in the ParallelHelper to the process list and returns *this.
ParallelHelper& csp::ParallelHelper::operator() | ( | T | t | ) | [inline] |
Adds the given process/helper to the process list and returns *this.
CSProcessPtr csp::ParallelHelper::process | ( | ) | const [virtual] |