The description of one single command-line option.
More...
#include <fcommandline.h>
|
std::string | mHelp |
| The help string for this option. More...
|
|
std::string | mType |
| The type of this option (kBool, kString). More...
|
|
|
static const std::string | kBool = "bool" |
|
static const std::string | kString = "string" |
|
The description of one single command-line option.
Normally you rarely use a Description directly.
In most cases you will use the Descriptions::addOptions (const std::string&) method to create and add descriptions.
◆ Description()
Description |
( |
const std::string & |
name, |
|
|
const std::string & |
help, |
|
|
const std::string & |
valueType |
|
) |
| |
◆ mHelp
The help string for this option.
◆ mType
The type of this option (kBool, kString).
◆ kBool
const std::string kBool = "bool" |
|
static |
◆ kString
const std::string kString = "string" |
|
static |