Foray Library
rapid prototyping framework for crossplatform development of vulkan hardware ray tracing applications
|
This is the complete list of members for foray::Exception, including all inherited members.
Exception() | foray::Exception | inline |
Exception(std::string_view reason) | foray::Exception | inlineexplicit |
Exception(const char *const format, Args &&... args) | foray::Exception | inline |
mReason | foray::Exception | protected |
Throw(std::string_view reason, const source_location location=source_location::current()) | foray::Exception | static |
Throw(const source_location location, const char *const format, Args &&... args) | foray::Exception | inlinestatic |
what() const noexcept override | foray::Exception | inlinevirtual |