SPARK  0.1.0
A general purpose game engine written in C++.
Loading...
Searching...
No Matches
spark::base::CouldNotOpenFileException Member List

This is the complete list of members for spark::base::CouldNotOpenFileException, including all inherited members.

CouldNotOpenFileException(const std::string_view &message, const std::source_location &source_location=std::source_location::current()) (defined in spark::base::CouldNotOpenFileException)spark::base::CouldNotOpenFileExceptioninline
Exception(const char *class_name, const std::string_view &message, const std::source_location &source_location) (defined in spark::base::details::Exception)spark::base::details::Exceptioninlineexplicit
Exception(const Exception &other)=default (defined in spark::base::details::Exception)spark::base::details::Exception
Exception(Exception &&other) noexcept=default (defined in spark::base::details::Exception)spark::base::details::Exception
FormatMessage(const char *class_name, const std::string_view &message, const std::source_location &source_location) (defined in spark::base::details::Exception)spark::base::details::Exceptioninlineprotectedstatic
operator=(const Exception &other)=default (defined in spark::base::details::Exception)spark::base::details::Exception
operator=(Exception &&other) noexcept=default (defined in spark::base::details::Exception)spark::base::details::Exception
~Exception() override=default (defined in spark::base::details::Exception)spark::base::details::Exception