|
5.1.0
Freundlich's C++ toolkit
|
Public Member Functions | |
| FCPPT_OPTIONS_DETAIL_SYMBOL | invalid_name (fcppt::string &&) |
| FCPPT_OPTIONS_DETAIL_SYMBOL | invalid_name (invalid_name const &) |
| FCPPT_OPTIONS_DETAIL_SYMBOL | invalid_name (invalid_name &&) noexcept |
| FCPPT_OPTIONS_DETAIL_SYMBOL invalid_name & | operator= (invalid_name const &) |
| FCPPT_OPTIONS_DETAIL_SYMBOL invalid_name & | operator= (invalid_name &&) noexcept |
| FCPPT_OPTIONS_DETAIL_SYMBOL | ~invalid_name () noexcept override |
| FCPPT_OPTIONS_DETAIL_SYMBOL fcppt::string const & | get () const |
| Public Member Functions inherited from fcppt::options::exception | |
| FCPPT_OPTIONS_DETAIL_SYMBOL | exception (fcppt::string &&) |
| FCPPT_OPTIONS_DETAIL_SYMBOL | exception (exception const &) |
| FCPPT_OPTIONS_DETAIL_SYMBOL | exception (exception &&) noexcept |
| FCPPT_OPTIONS_DETAIL_SYMBOL exception & | operator= (exception const &) |
| FCPPT_OPTIONS_DETAIL_SYMBOL exception & | operator= (exception &&) noexcept |
| FCPPT_OPTIONS_DETAIL_SYMBOL | ~exception () noexcept override |
| Public Member Functions inherited from fcppt::exception | |
| FCPPT_DETAIL_SYMBOL | exception (fcppt::string &&what) |
| Constructs an exception from a string. | |
| FCPPT_DETAIL_SYMBOL | exception (exception const &) |
| FCPPT_DETAIL_SYMBOL | exception (exception &&) noexcept |
| FCPPT_DETAIL_SYMBOL exception & | operator= (exception const &) |
| FCPPT_DETAIL_SYMBOL exception & | operator= (exception &&) noexcept |
| FCPPT_DETAIL_SYMBOL fcppt::string const & | string () const |
| Returns the error message. | |
| FCPPT_DETAIL_SYMBOL char const * | what () const noexcept override |
| Returns a generic error. | |
| FCPPT_DETAIL_SYMBOL | ~exception () noexcept override |
|
explicit |
| FCPPT_OPTIONS_DETAIL_SYMBOL fcppt::options::invalid_name::invalid_name | ( | invalid_name const & | ) |
|
noexcept |
|
overridenoexcept |
|
nodiscard |
|
noexcept |
| FCPPT_OPTIONS_DETAIL_SYMBOL invalid_name & fcppt::options::invalid_name::operator= | ( | invalid_name const & | ) |