◆ argc_type [1/2]
◆ argc_type [2/2]
◆ argv_type [1/2]
◆ argv_type [2/2]
◆ option_type
◆ ostream [1/2]
◆ ostream [2/2]
◆ anonymous enum
| Enumerator |
|---|
| OPT_END_OF_OPTIONS | |
◆ anonymous enum
| Enumerator |
|---|
| OPT_END_OF_OPTIONS | |
◆ option_ypes
| Enumerator |
|---|
| OPT_NO_ARGS | |
| OPT_REQ_ARGS | |
| OPT_OPT_ARGS | |
◆ CommandLine()
| anonymous_namespace{CommandLine.cc}::CommandLine::CommandLine |
( |
int |
ArgC, |
|
|
const char ** |
ArgV |
|
) |
| |
◆ InterpretBoolean() [1/2]
| bool LDASTools::AL::CommandLineOptions::InterpretBoolean |
( |
const std::string & |
Value | ) |
|
|
staticinherited |
◆ InterpretBoolean() [2/2]
| static bool LDASTools::AL::CommandLineOptions::InterpretBoolean |
( |
const std::string & |
Value | ) |
|
|
staticinherited |
◆ Parse() [1/2]
| int LDASTools::AL::CommandLineOptions::Parse |
( |
const OptionSet & |
Options, |
|
|
std::string & |
ArgumentName, |
|
|
std::string & |
ArgumentValue |
|
) |
| |
|
inherited |
◆ Parse() [2/2]
| int LDASTools::AL::CommandLineOptions::Parse |
( |
const OptionSet & |
Options, |
|
|
std::string & |
ArgumentName, |
|
|
std::string & |
ArgumentValue |
|
) |
| |
|
inherited |
◆ Pop() [1/3]
| const option_type LDASTools::AL::CommandLineOptions::Pop |
Obtain the next option from the container.
This does reduce the size by one.
◆ Pop() [2/3]
Obtain the next option from the container.
This does reduce the size by one.
◆ Pop() [3/3]
Obtain the next option from the container.
This does reduce the size by one.
◆ ProgramName() [1/2]
| const option_type LDASTools::AL::CommandLineOptions::ProgramName |
( |
| ) |
const |
|
inherited |
Return the program name associated with this application.
◆ ProgramName() [2/2]
Return the program name associated with this application.
◆ m_options
| OptionSet anonymous_namespace{CommandLine.cc}::CommandLine::m_options |
|
private |
◆ no_args_seen
| bool anonymous_namespace{CommandLine.cc}::CommandLine::no_args_seen |
◆ opt_args_seen
| bool anonymous_namespace{CommandLine.cc}::CommandLine::opt_args_seen |
◆ opt_args_value
| int anonymous_namespace{CommandLine.cc}::CommandLine::opt_args_value |
◆ req_args_seen
| bool anonymous_namespace{CommandLine.cc}::CommandLine::req_args_seen |
◆ req_args_value
| int anonymous_namespace{CommandLine.cc}::CommandLine::req_args_value |
The documentation for this class was generated from the following file: