4.4.1
Freundlich's C++ toolkit
Loading...
Searching...
No Matches
Public Member Functions
fcppt::options::flag_usage Class Reference

Public Member Functions

FCPPT_OPTIONS_DETAIL_SYMBOL flag_usage (fcppt::options::long_name, fcppt::options::optional_short_name, fcppt::options::optional_help_text)
 
FCPPT_OPTIONS_DETAIL_SYMBOL fcppt::options::long_name const & long_name () const
 
FCPPT_OPTIONS_DETAIL_SYMBOL fcppt::options::optional_short_name const & short_name () const
 
FCPPT_OPTIONS_DETAIL_SYMBOL fcppt::options::optional_help_text const & help_text () const
 
bool operator== (flag_usage const &) const =default
 

Constructor & Destructor Documentation

◆ flag_usage()

FCPPT_OPTIONS_DETAIL_SYMBOL fcppt::options::flag_usage::flag_usage ( fcppt::options::long_name  ,
fcppt::options::optional_short_name  ,
fcppt::options::optional_help_text   
)

Member Function Documentation

◆ help_text()

FCPPT_OPTIONS_DETAIL_SYMBOL fcppt::options::optional_help_text const & fcppt::options::flag_usage::help_text ( ) const

◆ long_name()

FCPPT_OPTIONS_DETAIL_SYMBOL fcppt::options::long_name const & fcppt::options::flag_usage::long_name ( ) const

◆ operator==()

bool fcppt::options::flag_usage::operator== ( flag_usage const &  ) const
default

◆ short_name()

FCPPT_OPTIONS_DETAIL_SYMBOL fcppt::options::optional_short_name const & fcppt::options::flag_usage::short_name ( ) const