|
FCPPT_OPTIONS_DETAIL_SYMBOL | duplicate_names (fcppt::string &&) |
|
FCPPT_OPTIONS_DETAIL_SYMBOL | duplicate_names (duplicate_names const &) |
|
FCPPT_OPTIONS_DETAIL_SYMBOL | duplicate_names (duplicate_names &&) noexcept |
|
FCPPT_OPTIONS_DETAIL_SYMBOL duplicate_names & | operator= (duplicate_names const &) |
|
FCPPT_OPTIONS_DETAIL_SYMBOL duplicate_names & | operator= (duplicate_names &&) noexcept |
|
FCPPT_OPTIONS_DETAIL_SYMBOL | ~duplicate_names () noexcept override |
|
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 |
|
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 |
|