Torque2D Reference
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Classes | Public Member Functions | Public Attributes | List of all members
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

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

Member Data Documentation

char buf[256]
Entry* list
U32 totalLen

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