Elements
5.10
A C++ base framework for the Euclid Software.
|
Public Member Functions | |
ExitCode | mainMethod (ELEMENTS_UNUSED map< string, variable_value > &args) override |
![]() | |
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 EigenExample.cpp.
|
inlineoverride |
Definition at line 44 of file EigenExample.cpp.
References std::endl(), Elements::Logging::getLogger(), Elements::Examples::log, Elements::Units::m, and Elements::OK.