エラーを表現する型
More...
#include <Error.hpp>
Inherited by s3d::BadOptionalAccess, s3d::EngineError, s3d::NotImplementedError, and s3d::ParseError.
◆ Error() [1/5]
SIV3D_NODISCARD_CXX20 s3d::Error::Error |
( |
| ) |
|
|
default |
◆ Error() [2/5]
SIV3D_NODISCARD_CXX20 s3d::Error::Error |
( |
const char32 * |
what | ) |
|
|
explicit |
◆ Error() [3/5]
SIV3D_NODISCARD_CXX20 s3d::Error::Error |
( |
StringView |
what | ) |
|
|
explicit |
◆ Error() [4/5]
SIV3D_NODISCARD_CXX20 s3d::Error::Error |
( |
const String & |
what | ) |
|
|
explicit |
◆ Error() [5/5]
SIV3D_NODISCARD_CXX20 s3d::Error::Error |
( |
String && |
what | ) |
|
|
explicitnoexcept |
◆ ~Error()
virtual s3d::Error::~Error |
( |
| ) |
|
|
virtualdefault |
◆ type()
◆ what()
const String& s3d::Error::what |
( |
| ) |
const |
|
noexcept |
◆ Formatter
◆ operator<< [1/3]
std::basic_ostream<char32>& operator<< |
( |
std::basic_ostream< char32 > & |
output, |
|
|
const Error & |
value |
|
) |
| |
|
friend |
◆ operator<< [2/3]
std::ostream& operator<< |
( |
std::ostream & |
output, |
|
|
const Error & |
value |
|
) |
| |
|
friend |
◆ operator<< [3/3]
std::wostream& operator<< |
( |
std::wostream & |
output, |
|
|
const Error & |
value |
|
) |
| |
|
friend |
◆ m_what
The documentation for this class was generated from the following file: