#include <TError.h>
Public Member Functions | |
| TError (TUINT32 size1, TUINT32 size2) | |
| ~TError () | |
| void | AddError (const TCHAR *error,...) |
| const TCHAR * | GetError (TUINT32 index) |
Public Member Functions inherited from TSingleton< TError > | |
| TSingleton (const TSingleton &)=delete | |
| TSingleton (const TSingleton &&)=delete | |
| TSingleton & | operator= (const TSingleton &)=delete |
| TSingleton & | operator= (const TSingleton &&)=delete |
Public Attributes | |
| TCHAR * | m_Buffer1 |
| TUINT32 | m_size1 |
| TINT * | m_Buffer2 |
| TUINT32 | m_size2 |
| TUINT32 | m_currentSize |
| TUINT32 | m_currentSize2 |
Additional Inherited Members | |
Static Public Member Functions inherited from TSingleton< TError > | |
| static TFORCEINLINE TError * | CreateSingleton (Args &&... args) |
| static TFORCEINLINE D * | CreateSingleton (Args &&... args) |
| static TFORCEINLINE void | DestroySingleton () |
| static TFORCEINLINE TError * | GetSingletonSafe () |
| static TFORCEINLINE TBOOL | IsSingletonCreated () |
| static TFORCEINLINE TError * | GetSingleton () |
Protected Member Functions inherited from TSingleton< TError > | |
| TFORCEINLINE | TSingleton () |
| TFORCEINLINE | ~TSingleton () |
Static Protected Attributes inherited from TSingleton< TError > | |
| static TError * | ms_pSingleton |
Definition at line 10 of file TError.cpp.
| TError::~TError | ( | ) |
Definition at line 20 of file TError.cpp.
| void TError::AddError | ( | const TCHAR * | error, |
| ... ) |
Definition at line 26 of file TError.cpp.
Definition at line 12 of file TError.h.