tclap  1.4.0
Functions
TCLAP::internal Namespace Reference

Functions

const char * GroupChoice (const ArgGroup &group)
 
bool IsVisibleShortSwitch (const Arg &arg)
 
bool IsVisibleLongSwitch (const Arg &arg)
 
bool IsVisibleOption (const Arg &arg)
 
bool CompareShortID (const Arg *a, const Arg *b)
 
bool CompareOptions (std::pair< const Arg *, bool > a, std::pair< const Arg *, bool > b)
 

Function Documentation

◆ CompareOptions()

bool TCLAP::internal::CompareOptions ( std::pair< const Arg *, bool >  a,
std::pair< const Arg *, bool >  b 
)
inline

Definition at line 195 of file StdOutput.h.

References CompareShortID().

Referenced by TCLAP::StdOutput::_shortUsage().

Here is the call graph for this function:

◆ CompareShortID()

bool TCLAP::internal::CompareShortID ( const Arg a,
const Arg b 
)
inline

Definition at line 183 of file StdOutput.h.

References TCLAP::Arg::getFlag(), and TCLAP::Arg::shortID().

Referenced by TCLAP::StdOutput::_shortUsage(), and CompareOptions().

Here is the call graph for this function:

◆ GroupChoice()

const char* TCLAP::internal::GroupChoice ( const ArgGroup group)

Definition at line 91 of file DocBookOutput.h.

References TCLAP::ArgGroup::isRequired(), and TCLAP::ArgGroup::showAsGroup().

Referenced by TCLAP::DocBookOutput::usage().

Here is the call graph for this function:

◆ IsVisibleLongSwitch()

bool TCLAP::internal::IsVisibleLongSwitch ( const Arg arg)
inline

◆ IsVisibleOption()

bool TCLAP::internal::IsVisibleOption ( const Arg arg)
inline

◆ IsVisibleShortSwitch()

bool TCLAP::internal::IsVisibleShortSwitch ( const Arg arg)
inline