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