|
OpenADFortTk (basic)
|
#include <CmdLineParser.h>
Public Member Functions | |
| bool | operator== (const OptArgDesc &x) const |
| bool | operator!= (const OptArgDesc &x) const |
Public Attributes | |
| char | swShort |
| const char * | swLong |
| OptKind | kind |
| DupOptKind | dupKind |
| const char * | dupArgSep |
Definition at line 111 of file CmdLineParser.h.
| bool CmdLineParser::OptArgDesc::operator!= | ( | const OptArgDesc & | x | ) | const [inline] |
Definition at line 118 of file CmdLineParser.h.
| bool CmdLineParser::OptArgDesc::operator== | ( | const OptArgDesc & | x | ) | const [inline] |
| const char* CmdLineParser::OptArgDesc::dupArgSep |
Definition at line 125 of file CmdLineParser.h.
Referenced by CmdLineParser::AddOption(), and operator==().
Definition at line 124 of file CmdLineParser.h.
Referenced by CmdLineParser::AddOption(), and operator==().
Definition at line 123 of file CmdLineParser.h.
Referenced by operator==(), and CmdLineParser::Parse().
| const char* CmdLineParser::OptArgDesc::swLong |
Definition at line 122 of file CmdLineParser.h.
Referenced by CmdLineParser::AddOption(), CmdLineParser::FindOptDesc(), lt_OptArgDesc::operator()(), and operator==().
Definition at line 121 of file CmdLineParser.h.
Referenced by CmdLineParser::AddOption(), CmdLineParser::FindOptDesc(), lt_OptArgDesc::operator()(), and operator==().