LiteFX 0.3.1.2022
Computer Graphics Engine
LiteFX::ExceptionBase< TBase, TException > Member List

This is the complete list of members for LiteFX::ExceptionBase< TBase, TException >, including all inherited members.

ExceptionBase(const ExceptionBase &)=deleteLiteFX::ExceptionBase< TBase, TException >
ExceptionBase(ExceptionBase &&)=deleteLiteFX::ExceptionBase< TBase, TException >
ExceptionBase() noexceptLiteFX::ExceptionBase< TBase, TException >inlineexplicit
ExceptionBase(Exception &&inner) noexceptLiteFX::ExceptionBase< TBase, TException >inlineexplicit
ExceptionBase(std::string_view message) noexceptLiteFX::ExceptionBase< TBase, TException >inlineexplicit
ExceptionBase(Exception &&inner, std::string_view message) noexceptLiteFX::ExceptionBase< TBase, TException >inlineexplicit
ExceptionBase(std::string_view format, TArgs &&... args) noexceptLiteFX::ExceptionBase< TBase, TException >inlineexplicit
ExceptionBase(Exception &&inner, std::string_view format, TArgs &&... args) noexceptLiteFX::ExceptionBase< TBase, TException >inlineexplicit
innerException() const noexceptLiteFX::ExceptionBase< TBase, TException >inlinevirtual
~ExceptionBase() noexcept=defaultLiteFX::ExceptionBase< TBase, TException >virtual