Torque2D Reference
Loading...
Searching...
No Matches
CompilerStringTable Struct Reference

#include <compiler.h>

Classes

struct  Entry

Public Member Functions

U32 add (const char *str, bool caseSens=true, bool tag=false)
U32 addIntString (U32 value)
U32 addFloatString (F64 value)
void reset ()
char * build ()
void write (Stream &st)

Public Attributes

U32 totalLen
Entrylist
char buf [256]

Member Function Documentation

◆ add()

U32 add ( const char * str,
bool caseSens = true,
bool tag = false )

◆ addFloatString()

U32 addFloatString ( F64 value)

◆ addIntString()

U32 addIntString ( U32 value)

◆ build()

char * build ( )

◆ reset()

void reset ( )

◆ write()

void write ( Stream & st)

Member Data Documentation

◆ buf

char buf[256]

◆ list

Entry* list

◆ totalLen

U32 totalLen

The documentation for this struct was generated from the following files: