#include <TError.h>
Public Member Functions | |
TError (TUINT32 size1, TUINT32 size2) | |
~TError () | |
void | AddError (const TCHAR *error,...) |
const TCHAR * | GetError (TUINT32 index) |
![]() | |
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 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 () |
![]() | |
TFORCEINLINE | TSingleton () |
TFORCEINLINE | ~TSingleton () |
![]() | |
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.