HPCToolkit
CmdLineParser::OptArgDesc Struct Reference

#include <CmdLineParser.hpp>

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
 
IsOptArg_fn_t isOptArgFn
 

Detailed Description

Definition at line 181 of file CmdLineParser.hpp.

Member Function Documentation

◆ operator!=()

bool CmdLineParser::OptArgDesc::operator!= ( const OptArgDesc x) const
inline

Definition at line 191 of file CmdLineParser.hpp.

◆ operator==()

bool CmdLineParser::OptArgDesc::operator== ( const OptArgDesc x) const
inline

Definition at line 183 of file CmdLineParser.hpp.

Member Data Documentation

◆ dupArgSep

const char* CmdLineParser::OptArgDesc::dupArgSep

Definition at line 199 of file CmdLineParser.hpp.

◆ dupKind

DupOptKind CmdLineParser::OptArgDesc::dupKind

Definition at line 198 of file CmdLineParser.hpp.

◆ isOptArgFn

IsOptArg_fn_t CmdLineParser::OptArgDesc::isOptArgFn

Definition at line 200 of file CmdLineParser.hpp.

◆ kind

OptKind CmdLineParser::OptArgDesc::kind

Definition at line 197 of file CmdLineParser.hpp.

◆ swLong

const char* CmdLineParser::OptArgDesc::swLong

Definition at line 196 of file CmdLineParser.hpp.

◆ swShort

char CmdLineParser::OptArgDesc::swShort

Definition at line 195 of file CmdLineParser.hpp.


The documentation for this struct was generated from the following file: