|
Elements
5.10
A C++ base framework for the Euclid Software.
|
Public Member Functions | |
| ExitCode | mainMethod (ELEMENTS_UNUSED map< string, variable_value > &args) override |
Public Member Functions inherited from Elements::Program | |
| Program ()=default | |
| Constructor. More... | |
| virtual | ~Program () |
| Destructor. More... | |
| virtual boost::program_options::options_description | defineSpecificProgramOptions () |
| This methods must be used to define specific program options. More... | |
| virtual std::pair< boost::program_options::options_description, boost::program_options::positional_options_description > | defineProgramArguments () |
| This methods must be used to the program arguments. More... | |
| virtual ExitCode | mainMethod (std::map< std::string, boost::program_options::variable_value > &args)=0 |
| This is the "main" method of all Elements programs. More... | |
Definition at line 39 of file GslExample.cpp.
|
inlineoverride |
Definition at line 43 of file GslExample.cpp.
References Elements::Logging::getLogger(), Elements::Examples::log, and Elements::OK.
1.8.14