|
OpenADFortTk (basic)
|

Public Member Functions | |
| SwDesc () | |
| SwDesc (const char *sw_, bool isLong_, const char *arg_) | |
| SwDesc (const std::string &sw_, bool isLong_, const std::string &arg_) | |
| ~SwDesc () | |
Public Attributes | |
| std::string | sw |
| bool | isLong |
| std::string | arg |
Definition at line 256 of file CmdLineParser.h.
| CmdLineParser::SwDesc::SwDesc | ( | ) | [inline] |
Definition at line 258 of file CmdLineParser.h.
| CmdLineParser::SwDesc::SwDesc | ( | const char * | sw_, |
| bool | isLong_, | ||
| const char * | arg_ | ||
| ) | [inline] |
Definition at line 259 of file CmdLineParser.h.
| CmdLineParser::SwDesc::SwDesc | ( | const std::string & | sw_, |
| bool | isLong_, | ||
| const std::string & | arg_ | ||
| ) | [inline] |
Definition at line 261 of file CmdLineParser.h.
| CmdLineParser::SwDesc::~SwDesc | ( | ) | [inline] |
Definition at line 263 of file CmdLineParser.h.
| std::string CmdLineParser::SwDesc::arg |
Definition at line 268 of file CmdLineParser.h.
Referenced by CmdLineParser::AddOption(), CmdLineParser::MakeSwitchDesc(), and CmdLineParser::Parse().
Definition at line 267 of file CmdLineParser.h.
Referenced by CmdLineParser::FindOptDesc(), and CmdLineParser::MakeSwitchDesc().
| std::string CmdLineParser::SwDesc::sw |
Definition at line 266 of file CmdLineParser.h.
Referenced by CmdLineParser::FindOptDesc(), CmdLineParser::MakeSwitchDesc(), and CmdLineParser::Parse().