Inheritance diagram for csp::SequentialHelperOneThread:
Public Member Functions | |
template<typename T> | |
SequentialHelperOneThread & | 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> | |
SequentialHelperOneThread (ITERATOR begin, ITERATOR end) | |
Constructor, that initialises the process list using the specified iterators. | |
SequentialHelperOneThread (CSProcessPtr p) | |
Constructor, that initialises the process list with the specified process. | |
SequentialHelperOneThread & | with (const SequentialHelperOneThread &p) |
Adds the given processes in the SequentialHelperOneThread to the process list and returns *this. | |
SequentialHelperOneThread & | with (CSProcessPtr p) |
Adds the given process to the process list and returns *this. |
csp::SequentialHelperOneThread::SequentialHelperOneThread | ( | CSProcessPtr | p | ) | [inline, explicit] |
Constructor, that initialises the process list with the specified process.
csp::SequentialHelperOneThread::SequentialHelperOneThread | ( | ITERATOR | begin, | |
ITERATOR | end | |||
) | [inline] |
Constructor, that initialises the process list using the specified iterators.
SequentialHelperOneThread& csp::SequentialHelperOneThread::with | ( | CSProcessPtr | p | ) | [inline] |
Adds the given process to the process list and returns *this.
SequentialHelperOneThread& csp::SequentialHelperOneThread::with | ( | const SequentialHelperOneThread & | p | ) | [inline] |
Adds the given processes in the SequentialHelperOneThread to the process list and returns *this.
SequentialHelperOneThread& csp::SequentialHelperOneThread::operator() | ( | T | t | ) | [inline] |
Adds the given process/helper to the process list and returns *this.
CSProcessPtr csp::SequentialHelperOneThread::process | ( | ) | const [virtual] |