|
Castor3D
..
|
Include dependency graph for PluginException.hpp:
This graph shows which files directly or indirectly include this file:Classes | |
| class | Castor3D::PluginException |
| Plugin loading exception. More... | |
Namespaces | |
| Castor3D | |
Macros | |
| #define | CASTOR_PLUGIN_EXCEPTION(description, critical) throw PluginException( critical, description, __FILE__, __FUNCTION__, __LINE__) |
| helper macro to ease the use of PluginException More... | |
| #define CASTOR_PLUGIN_EXCEPTION | ( | description, | |
| critical | |||
| ) | throw PluginException( critical, description, __FILE__, __FUNCTION__, __LINE__) |
helper macro to ease the use of PluginException
1.8.15