Public Attributes | |
| StringTableEntryId | masterIndex |
| index of the Node pointer in the master list | |
| StringTableEntryId | nextIndex |
| next string in this hash bucket. | |
| U32 | hash |
| stored hash value of this string. | |
| U16 | stringLen |
| length of string in this node. | |
| U16 | refCount |
| number of StringTableEntry's that reference this node | |
| char | stringData [1] |
| String data, with space for the NULL token. Node structure is allocated as strlen + sizeof(Node);. | |
Definition at line 43 of file netStringTable.cpp.
1.2.18