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

Public Member Functions

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

Constructor & Destructor Documentation

◆ missing_option_error()

FCPPT_OPTIONS_DETAIL_SYMBOL fcppt::options::missing_option_error::missing_option_error ( fcppt::options::optional_short_name  ,
fcppt::options::long_name   
)

Member Function Documentation

◆ long_name()

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

◆ operator==()

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

◆ short_name()

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