Inheritance diagram for csp::RunHelper:
You are unlikely to need to use this directly.
Public Member Functions | |
virtual CSProcessPtr | process () const =0 |
Gets a CSProcess that will run the contained processes. |
virtual CSProcessPtr csp::RunHelper::process | ( | ) | const [pure virtual] |
Gets a CSProcess that will run the contained processes.
Implemented in csp::ParallelHelper, csp::ParallelHelperOneThread, csp::SequentialHelper, and csp::SequentialHelperOneThread.