|
CLAM-Development
1.4.0
|
#include <BasicFlowControl.hxx>
Public Member Functions | |
| BasicFlowControl () | |
| virtual | ~BasicFlowControl () |
| void | Do () |
Public Member Functions inherited from CLAM::FlowControl | |
| FlowControl () | |
| virtual | ~FlowControl () |
| virtual void | AttachToNetwork (Network *) |
| virtual void | ProcessingAddedToNetwork (Processing &added) |
| virtual void | ProcessingRemovedFromNetwork (Processing &removed) |
| void | ProcessingConfigured (Processing &configured) |
| void | NetworkTopologyChanged () |
Additional Inherited Members | |
Protected Member Functions inherited from CLAM::FlowControl | |
| bool | HasNetworkTopologyChanged () const |
Protected Attributes inherited from CLAM::FlowControl | |
| Network * | mNetwork |
Definition at line 31 of file BasicFlowControl.hxx.
| CLAM::BasicFlowControl::BasicFlowControl | ( | ) |
Definition at line 31 of file BasicFlowControl.cxx.
|
inlinevirtual |
Definition at line 35 of file BasicFlowControl.hxx.
|
virtual |
Implements CLAM::FlowControl.
Definition at line 35 of file BasicFlowControl.cxx.
References CLAM::Network::BeginProcessings(), CLAM::Network::EndProcessings(), and CLAM::FlowControl::mNetwork.
1.8.1