CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::BadCast Member List

This is the complete list of members for CeresEngine::BadCast, including all inherited members.

BadCast(const S &formatString, Args &&... args)CeresEngine::BadCastinlineexplicit
Exception(const char *typeName, const String &description="", const SourceLocation &sourceLocation=SourceLocation::current())CeresEngine::Exceptioninlineexplicit
Exception(const char *typeName, const S &formatString, Args &&... args)CeresEngine::Exceptioninlineexplicit
Exception(const Exception &other)=defaultCeresEngine::Exception
Exception(Exception &&other) noexcept=defaultCeresEngine::Exception
getDescription() const noexceptCeresEngine::Exceptioninlinevirtual
getFile() const noexceptCeresEngine::Exceptioninlinevirtual
getFullDescription() constCeresEngine::Exceptioninlinevirtual
getLine() const noexceptCeresEngine::Exceptioninlinevirtual
getSource() const noexceptCeresEngine::Exceptioninlinevirtual
mDescriptionCeresEngine::Exceptionprivate
mFullDescriptionCeresEngine::Exceptionmutableprivate
mSourceLocationCeresEngine::Exceptionprivate
mTypeNameCeresEngine::Exceptionprivate
operator=(const Exception &other)=defaultCeresEngine::Exception
operator=(Exception &&other) noexcept=defaultCeresEngine::Exception
RuntimeError(const S &formatString, Args &&... args)CeresEngine::RuntimeErrorinlineexplicit
what() const noexcept overrideCeresEngine::Exceptioninline
~Exception() noexcept override=defaultCeresEngine::Exception