◆ argc_type
◆ argv_type
◆ option_container_type
◆ option_type
◆ ostream
◆ anonymous enum
Enumerator |
---|
OPT_END_OF_OPTIONS | |
◆ option_ypes
enum anonymous_namespace{CommandLine.cc}::CommandLine::option_ypes |
|
private |
Enumerator |
---|
OPT_NO_ARGS | |
OPT_REQ_ARGS | |
OPT_OPT_ARGS | |
◆ CommandLine()
anonymous_namespace{CommandLine.cc}::CommandLine::CommandLine |
( |
int |
ArgC, |
|
|
const char ** |
ArgV |
|
) |
| |
◆ InterpretBoolean()
bool LDASTools::AL::CommandLineOptions::InterpretBoolean |
( |
const std::string & |
Value | ) |
|
|
staticinherited |
◆ Parse()
int LDASTools::AL::CommandLineOptions::Parse |
( |
const OptionSet & |
Options, |
|
|
std::string & |
ArgumentName, |
|
|
std::string & |
ArgumentValue |
|
) |
| |
|
inherited |
◆ Pop()
Obtain the next option from the container.
This does reduce the size by one.
◆ ProgramName()
Return the program name associated with this application.
◆ m_options
OptionSet anonymous_namespace{CommandLine.cc}::CommandLine::m_options |
|
private |
◆ m_program_name
const option_type LDASTools::AL::CommandLineOptions::m_program_name |
|
privateinherited |
The program name associated with this application.
◆ 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: