OpenADFortTk (basic)
CmdLineParser::OptArgDesc Struct Reference

#include <CmdLineParser.h>

List of all members.

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

Detailed Description

Definition at line 111 of file CmdLineParser.h.


Member Function Documentation

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]

Definition at line 113 of file CmdLineParser.h.

References dupArgSep, dupKind, kind, swLong, and swShort.


Member Data Documentation

Definition at line 125 of file CmdLineParser.h.

Referenced by CmdLineParser::AddOption(), and operator==().


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines