#include <gnExceptionCode.h>
Public Member Functions | |
gnExceptionCode (uint32 code, const char *name) | |
boolean | operator== (gnExceptionCode &gnec) |
boolean | operator!= (gnExceptionCode &gnec) |
uint32 | GetInt () |
string | GetName () |
Private Member Functions | |
gnExceptionCode () | |
gnExceptionCode (const gnExceptionCode &gnec) | |
gnExceptionCode & | operator= (gnExceptionCode &gnec) |
Private Attributes | |
uint32 | m_code |
string | m_name |
|
Definition at line 24 of file gnExceptionCode.h. |
|
|
|
|
|
Definition at line 12 of file gnExceptionCode.h. References uint32. |
|
Definition at line 13 of file gnExceptionCode.h. Referenced by operator<<(). |
|
Definition at line 34 of file gnExceptionCode.h. References m_code. |
|
|
|
Definition at line 29 of file gnExceptionCode.h. References m_code. |
|
Definition at line 19 of file gnExceptionCode.h. Referenced by operator!=(), and operator==(). |
|
Definition at line 20 of file gnExceptionCode.h. |