IrrIMGUI  0.3.1
Public Member Functions | Private Attributes | List of all members
IrrIMGUI::Debug::ExAssert Class Reference

Standard Exception used for assertions. More...

#include <IrrIMGUIDebug.h>

Inheritance diagram for IrrIMGUI::Debug::ExAssert:
Inheritance graph
[legend]
Collaboration diagram for IrrIMGUI::Debug::ExAssert:
Collaboration graph
[legend]

Public Member Functions

 ExAssert (char const *pText)
 Constructor. More...
 
virtual char const * what (void) const NOEXCEPT
 

Private Attributes

char const *const mpText
 

Detailed Description

Standard Exception used for assertions.

Definition at line 147 of file IrrIMGUIDebug.h.

Constructor & Destructor Documentation

IrrIMGUI::Debug::ExAssert::ExAssert ( char const *  pText)
inline

Constructor.

Parameters
pTexta static text to print.

Definition at line 152 of file IrrIMGUIDebug.h.

Member Function Documentation

virtual char const* IrrIMGUI::Debug::ExAssert::what ( void  ) const
inlinevirtual
Returns
Returns the static text.

Definition at line 155 of file IrrIMGUIDebug.h.

Member Data Documentation

char const* const IrrIMGUI::Debug::ExAssert::mpText
private

Definition at line 158 of file IrrIMGUIDebug.h.


The documentation for this class was generated from the following file: