Castor3D 0.13.0
Multiplatform 3D engine
Classes | Espaces de nommage | Macros
Référence du fichier PluginException.hpp

Classes

class  castor3d::PluginException
 

Espaces de nommage

namespace  castor3d
 

Macros

#define CASTOR_PLUGIN_EXCEPTION(description, critical)   throw castor3d::PluginException{ critical, description, __FILE__, __FUNCTION__, uint32_t( __LINE__ ) }
 helper macro to ease the use of PluginException Plus de détails...
 

Documentation des macros

◆ CASTOR_PLUGIN_EXCEPTION

#define CASTOR_PLUGIN_EXCEPTION (   description,
  critical 
)    throw castor3d::PluginException{ critical, description, __FILE__, __FUNCTION__, uint32_t( __LINE__ ) }

helper macro to ease the use of PluginException