CyberEngineMkIII
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Namespaces | Variables
CYBException.cpp File Reference

Exception constructors of the non-unit kind. More...

#include "CYB.hpp"
Include dependency graph for CYBException.cpp:

Go to the source code of this file.

Namespaces

 CYB
 Encapsulates the engine in it's entirety.
 
 CYB::Exception
 The namespace containing engine exception classes.
 

Variables

thread_local unsigned int CYB::Exception::FLastInstantiatedExceptionCode
 Used to better verify tests, should be optimized out by the linker. See: http://stackoverflow.com/questions/1229430/how-do-i-prevent-my-unused-global-variables-being-compiled-out.
 

Detailed Description

Exception constructors of the non-unit kind.

Definition in file CYBException.cpp.