#include <OptionsHandler.h>
Definition at line 13 of file OptionsHandler.h.
virtual art::OptionsHandler::~OptionsHandler |
( |
| ) |
|
|
virtualdefault |
int art::OptionsHandler::checkOptions |
( |
bpo::variables_map const & |
vm | ) |
|
Definition at line 51 of file OptionsHandler.cc.
53 std::string const thisClass(cet::demangle_symbol(
typeid(*this).name()));
54 return exceptionCatcher([&vm,
this] {
return doCheckOptions(vm); },
55 thisClass +
"::doCheckOptions()",
virtual int doCheckOptions(bpo::variables_map const &vm)=0
virtual int art::OptionsHandler::doCheckOptions |
( |
bpo::variables_map const & |
vm | ) |
|
|
privatepure virtual |
Definition at line 60 of file OptionsHandler.cc.
63 std::string const thisClass(cet::demangle_symbol(
typeid(*this).name()));
64 return exceptionCatcher(
66 thisClass +
"::doProcessOptions()",
virtual int doProcessOptions(bpo::variables_map const &vm, fhicl::intermediate_table &raw_config)=0
The documentation for this class was generated from the following files: