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