a class to hold a named list of Option's
More...
#include "cmdline_option.h"
|
static std::string | footer (int format) |
|
a class to hold a named list of Option's
the name is used as the section heading for the options that follow. For example:
...
+ Option (...)
+ Option ("option1", ...)
+ Option ("option2", ...);
}
OptionGroup(const char *group_name="OPTIONS")
OptionList OPTIONS
the options accepted by the command
Definition at line 418 of file cmdline_option.h.
◆ OptionGroup()
MR::App::OptionGroup::OptionGroup |
( |
const char * |
group_name = "OPTIONS" | ) |
|
|
inline |
◆ back()
Option & MR::App::OptionGroup::back |
( |
| ) |
|
|
inline |
◆ contents()
std::string MR::App::OptionGroup::contents |
( |
int |
format | ) |
const |
◆ footer()
static std::string MR::App::OptionGroup::footer |
( |
int |
format | ) |
|
|
static |
◆ header()
std::string MR::App::OptionGroup::header |
( |
int |
format | ) |
const |
◆ operator+() [1/2]
◆ operator+() [2/2]
◆ name
const char* MR::App::OptionGroup::name |
The documentation for this class was generated from the following file: