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
 

Detailed Description

Stucture containing the parsed options of the application.

Definition at line 76 of file ApplicationOptions.h.

Member Data Documentation

◆ description

std::shared_ptr<boost::program_options::options_description> description

Definition at line 83 of file ApplicationOptions.h.

◆ error

bool error

Definition at line 80 of file ApplicationOptions.h.

◆ format

OptionsFormat format

Definition at line 82 of file ApplicationOptions.h.

◆ outfile

std::string outfile

Definition at line 81 of file ApplicationOptions.h.

◆ showHelp

bool showHelp

Definition at line 78 of file ApplicationOptions.h.

◆ showVersion

bool showVersion

Definition at line 79 of file ApplicationOptions.h.


The documentation for this struct was generated from the following file: