fhq-server  v0.2.33
Documentation for fhq-server. FreeHackQuest is an open source platform for competitions of computer security.
Public Member Functions | Private Attributes | List of all members
FallenHelpParseArg Class Reference

#include <fallen.h>

Public Member Functions

 FallenHelpParseArg (const std::string &sName, const std::string &sAlias, FallenHelpParseArgType nType, const std::string &sDescription)
 
 FallenHelpParseArg ()
 
std::string name ()
 
std::string alias ()
 
std::string description ()
 
bool isOption ()
 

Private Attributes

std::string m_sName
 
std::string m_sAlias
 
std::string m_sDescription
 
bool m_bIsOption
 

Constructor & Destructor Documentation

◆ FallenHelpParseArg() [1/2]

FallenHelpParseArg::FallenHelpParseArg ( const std::string &  sName,
const std::string &  sAlias,
FallenHelpParseArgType  nType,
const std::string &  sDescription 
)

◆ FallenHelpParseArg() [2/2]

FallenHelpParseArg::FallenHelpParseArg ( )

Member Function Documentation

◆ alias()

std::string FallenHelpParseArg::alias ( )

◆ description()

std::string FallenHelpParseArg::description ( )

◆ isOption()

bool FallenHelpParseArg::isOption ( )

◆ name()

std::string FallenHelpParseArg::name ( )

Member Data Documentation

◆ m_bIsOption

bool FallenHelpParseArg::m_bIsOption
private

◆ m_sAlias

std::string FallenHelpParseArg::m_sAlias
private

◆ m_sDescription

std::string FallenHelpParseArg::m_sDescription
private

◆ m_sName

std::string FallenHelpParseArg::m_sName
private

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