Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
class | Entry |
Public Member Functions | |
NameTable () | |
override string | Add (string key) |
override string | Add (char[] key, int start, int len) |
override? string | Get (string value) |
override? string | Get (char[] key, int start, int len) |
Package Functions | |
string | GetOrAddEntry (string str, int hashCode) |
Static Package Functions | |
static int | ComputeHash32 (string key) |
Private Member Functions | |
string | AddEntry (string str, int hashCode) |
void | Grow () |
Private Attributes | |
Entry[] | _entries |
int | _count |
int | _mask |
Definition at line 3 of file NameTable.cs.