#include <MSXException.hh>
Definition at line 33 of file MSXException.hh.
◆ FatalError() [1/2]
openmsx::FatalError::FatalError |
( |
std::string |
message_ | ) |
|
|
inlineexplicit |
◆ FatalError() [2/2]
template<typename T , typename... Args>
requires (!std::same_as<
FatalError, std::remove_cvref_t<T>>)
openmsx::FatalError::FatalError |
( |
T && |
t, |
|
|
Args &&... |
args |
|
) |
| |
|
inlineexplicit |
◆ getMessage() [1/2]
std::string openmsx::FatalError::getMessage |
( |
| ) |
&& |
|
inline |
◆ getMessage() [2/2]
const std::string & openmsx::FatalError::getMessage |
( |
| ) |
const & |
|
inline |
The documentation for this class was generated from the following file: