|
|
Stucture containing the parsed options of the application. More...
#include <ArmarXCore/core/application/ApplicationOptions.h>
Public Attributes | |
| std::shared_ptr< boost::program_options::options_description > | description |
| bool | error |
| OptionsFormat | format |
| std::string | outfile |
| bool | showHelp |
| bool | showVersion |
Stucture containing the parsed options of the application.
Definition at line 76 of file ApplicationOptions.h.
| std::shared_ptr<boost::program_options::options_description> description |
Definition at line 83 of file ApplicationOptions.h.
| bool error |
Definition at line 80 of file ApplicationOptions.h.
| OptionsFormat format |
Definition at line 82 of file ApplicationOptions.h.
| std::string outfile |
Definition at line 81 of file ApplicationOptions.h.
| bool showHelp |
Definition at line 78 of file ApplicationOptions.h.
| bool showVersion |
Definition at line 79 of file ApplicationOptions.h.