![]() |
OpenSiv3D
v0.6.5
C++20 framework for creative coding
|
This is the complete list of members for s3d::Error, including all inherited members.
Error()=default | s3d::Error | |
Error(const char32 *what) | s3d::Error | explicit |
Error(StringView what) | s3d::Error | explicit |
Error(const String &what) | s3d::Error | explicit |
Error(String &&what) noexcept | s3d::Error | explicit |
Formatter(FormatData &formatData, const Error &value) | s3d::Error | friend |
m_what | s3d::Error | protected |
operator<<(std::ostream &output, const Error &value) | s3d::Error | friend |
operator<<(std::wostream &output, const Error &value) | s3d::Error | friend |
operator<<(std::basic_ostream< char32 > &output, const Error &value) | s3d::Error | friend |
type() const noexcept | s3d::Error | virtual |
what() const noexcept | s3d::Error | |
~Error()=default | s3d::Error | virtual |