HPCToolkit
CmdLineParser::SwDesc Class Reference
Collaboration diagram for CmdLineParser::SwDesc:

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
 

Detailed Description

Definition at line 390 of file CmdLineParser.hpp.

Constructor & Destructor Documentation

◆ SwDesc() [1/3]

CmdLineParser::SwDesc::SwDesc ( )
inline

Definition at line 392 of file CmdLineParser.hpp.

◆ SwDesc() [2/3]

CmdLineParser::SwDesc::SwDesc ( const char *  sw_,
bool  isLong_,
const char *  arg_ 
)
inline

Definition at line 396 of file CmdLineParser.hpp.

◆ SwDesc() [3/3]

CmdLineParser::SwDesc::SwDesc ( const std::string &  sw_,
bool  isLong_,
const std::string &  arg_ 
)
inline

Definition at line 400 of file CmdLineParser.hpp.

◆ ~SwDesc()

CmdLineParser::SwDesc::~SwDesc ( )
inline

Definition at line 404 of file CmdLineParser.hpp.

Member Data Documentation

◆ arg

std::string CmdLineParser::SwDesc::arg

Definition at line 410 of file CmdLineParser.hpp.

◆ isLong

bool CmdLineParser::SwDesc::isLong

Definition at line 409 of file CmdLineParser.hpp.

◆ sw

std::string CmdLineParser::SwDesc::sw

Definition at line 408 of file CmdLineParser.hpp.


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