#include <IApplication.h>
Public Member Functions | |
| virtual | ~IApplication () |
| virtual void | execute ()=0 |
| Implement to run something. More... | |
Public Member Functions inherited from WireCell::IComponent< IApplication > | |
| virtual | ~IComponent () |
Public Member Functions inherited from WireCell::Interface | |
| virtual | ~Interface () |
Additional Inherited Members | |
Public Types inherited from WireCell::IComponent< IApplication > | |
| typedef std::shared_ptr< IApplication > | pointer |
| Access subclass facet by pointer. More... | |
| typedef std::vector< pointer > | vector |
| Vector of shared pointers. More... | |
Public Types inherited from WireCell::Interface | |
| typedef std::shared_ptr< Interface > | pointer |
An application executes something post-configuration.
Definition at line 12 of file IApplication.h.
|
virtual |
Definition at line 95 of file IfaceDesctructors.cxx.
|
pure virtual |
Implement to run something.
Implemented in WireCell::Pgraph::Pgrapher, WireCell::Gen::Fourdee, WireCell::SigProc::Omnibus, WireCellTbb::TbbFlow, WireCellApps::ConfigDumper, and WireCellApps::NodeDumper.
1.8.11