Castor3D  ..
Classes | Namespaces | Macros
VersionException.hpp File Reference
+ Include dependency graph for VersionException.hpp:

Classes

class  Castor3D::VersionException
 Version comparison exception. More...
 

Namespaces

 Castor3D
 

Macros

#define CASTOR_VERSION_EXCEPTION(p_given, p_expected)   throw Castor3D::VersionException( p_given, p_expected, __FILE__, __FUNCTION__, __LINE__ )
 

Macro Definition Documentation

◆ CASTOR_VERSION_EXCEPTION

#define CASTOR_VERSION_EXCEPTION (   p_given,
  p_expected 
)    throw Castor3D::VersionException( p_given, p_expected, __FILE__, __FUNCTION__, __LINE__ )