#include <TFileLexerUTF8.h>
Definition at line 25 of file TFileLexerUTF8.h.
◆ Allocate()
Definition at line 33 of file TFileLexerUTF8.h.
34 {
36 LookaheadTokens*,
37 TMalloc(
sizeof( LookaheadTokens ) +
sizeof( Token ) * a_iCount )
38 );
39 }
void * TMalloc(TSIZE a_uiSize, Toshi::TMemory::MemBlock *a_pMemBlock, const TCHAR *a_szFileName, TINT a_iLineNum)
Allocates memory from a specific memory block.
#define TREINTERPRETCAST(TYPE, VALUE)
◆ Free()
static void TFileLexerUTF8::LookaheadTokens::Free |
( |
Token * | a_pHeadToken | ) |
|
|
inlinestatic |
Definition at line 41 of file TFileLexerUTF8.h.
42 {
44 }
void TFree(void *a_pMem)
Frees previously allocated memory.
static LookaheadTokens * FromToken(Token *a_pHeadToken)
◆ FromToken()
◆ GetTokens()
Token * TFileLexerUTF8::LookaheadTokens::GetTokens |
( |
| ) |
|
|
inline |
◆ m_iCount
TINT TFileLexerUTF8::LookaheadTokens::m_iCount |
The documentation for this struct was generated from the following file: