Command line option definition.
More...
#include <OptionDef.hxx>
Command line option definition.
Definition at line 26 of file OptionDef.hxx.
◆ OptionDef() [1/2]
constexpr OptionDef::OptionDef |
( |
const char * |
_long_option, |
|
|
const char * |
_desc |
|
) |
| |
|
inline |
◆ OptionDef() [2/2]
constexpr OptionDef::OptionDef |
( |
const char * |
_long_option, |
|
|
char |
_short_option, |
|
|
const char * |
_desc |
|
) |
| |
|
inline |
◆ GetDescription()
const char* OptionDef::GetDescription |
( |
| ) |
const |
|
inline |
◆ GetLongOption()
const char* OptionDef::GetLongOption |
( |
| ) |
const |
|
inline |
◆ GetShortOption()
char OptionDef::GetShortOption |
( |
| ) |
const |
|
inline |
◆ HasDescription()
bool OptionDef::HasDescription |
( |
| ) |
const |
|
inline |
◆ HasLongOption()
bool OptionDef::HasLongOption |
( |
| ) |
const |
|
inline |
◆ HasShortOption()
bool OptionDef::HasShortOption |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: