#include <AppAssert.h>
Public Member Functions | |
| AssertException (const char *pText) | |
| AssertException (const std::string &str) | |
| std::string | getText () const |
Definition at line 15 of file AppAssert.h.
| AssertException::AssertException | ( | const char * | pText | ) | [explicit] |
Definition at line 18 of file AppAssert.h.
| AssertException::AssertException | ( | const std::string & | str | ) | [explicit] |
Definition at line 21 of file AppAssert.h.
| std::string AssertException::getText | ( | ) | const |
Definition at line 24 of file AppAssert.h.