![]() |
Castor3D 0.17.0
Multiplatform 3D engine
|
This is the complete list of members for castor3d::PluginException, including all inherited members.
| Exception(MbString const &description, char const *file, char const *function, uint32_t line) | castor::Exception | inline |
| Exception(WString const &description, char const *file, char const *function, uint32_t line) | castor::Exception | inline |
| getDescription() const noexcept | castor::Exception | inline |
| getFileName() const noexcept | castor::Exception | inline |
| getFullDescription() const noexcept | castor::Exception | inline |
| getFunction() const noexcept | castor::Exception | inline |
| getLine() const noexcept | castor::Exception | inline |
| isCritical() const noexcept | castor3d::PluginException | inline |
| m_callStack | castor::Exception | protected |
| m_description | castor::Exception | protected |
| m_filename | castor::Exception | protected |
| m_functionName | castor::Exception | protected |
| m_line | castor::Exception | protected |
| PluginException(bool critical, castor::MbString const &description, char const *file, char const *function, uint32_t line) | castor3d::PluginException | |
| PluginException(bool critical, castor::WString const &description, char const *file, char const *function, uint32_t line) | castor3d::PluginException | inline |
| what() const noexcept override | castor::Exception | inline |