DummyFlowController Class Reference

A dummy flow controller. More...

Inheritance diagram for DummyFlowController:

Public Member Functions

virtual void pause ()
 Performs a pause if needed. More...
 
virtual bool stop ()
 The function to check if execution should be terminated as soon as possible. More...
 

Detailed Description

A dummy flow controller.

This class implements a dummy flw controller, in which stop() always return false and pause() always returns immediately

Definition at line 66 of file flowcontrol.h.

Member Function Documentation

virtual void pause ( )
inlinevirtual

Performs a pause if needed.

This does nothing

Implements FlowController.

Definition at line 86 of file flowcontrol.h.

virtual bool stop ( )
inlinevirtual

The function to check if execution should be terminated as soon as possible.

This always returns false

Returns
true if execution should be terminated as soon as possible

Implements FlowController.

Definition at line 76 of file flowcontrol.h.


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