DAS  3.0
Das Analysis System
SilentPlugin
+ Inheritance diagram for SilentPlugin:
+ Collaboration diagram for SilentPlugin:

Public Member Functions

 SilentPlugin ()=default
 
virtual ~SilentPlugin ()=default
 
virtual int GetParamsVeto () noexcept override
 
- Public Member Functions inherited from IPlugin
 IPlugin ()=default
 
virtual ~IPlugin ()
 
void SetPath (const std::filesystem::path &file) noexcept
 
virtual void Load (Darwin::Tools::Flow &, Darwin::Tools::MetaInfo &, int=0, const boost::property_tree::ptree &={})
 
 IPlugin ()=default
 
virtual ~IPlugin ()
 
void SetPath (const std::filesystem::path &file) noexcept
 
virtual void Load (Darwin::Tools::Flow &, Darwin::Tools::MetaInfo &, int=0, const boost::property_tree::ptree &={})
 

Additional Inherited Members

- Protected Attributes inherited from IPlugin
int steering = none
 
bool isMC = false
 

Constructor & Destructor Documentation

◆ SilentPlugin()

SilentPlugin ( )
default

◆ ~SilentPlugin()

virtual ~SilentPlugin ( )
virtualdefault

Member Function Documentation

◆ GetParamsVeto()

virtual int GetParamsVeto ( )
inlineoverridevirtualnoexcept

Plugin's forbidden modes.

See also
Darwin::Tools::Mode

Reimplemented from IPlugin.

15 { return DT::verbose; }

The documentation for this struct was generated from the following file:
Step::verbose
static bool verbose
Definition: Step.h:40