|
Torque2D 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 |
| Entry * | list |
| char | buf [256] |
| 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 | ) |
| char buf[256] |
| Entry* list |
| U32 totalLen |
1.8.3.1