ConnectionStringTable::Entry
Engine/source/sim/connectionStringTable.h
Public Attributes
Entry *
the next hash entry for this id
Entry *
the next in the LRU list
Entry *
the prev entry in the LRU list
bool
The other side now has this string.
Global string table entry of this string.
Detailed Description
Public Attributes
U32 index
will be 0 if this string is unused.
index of this entry
Entry * nextHash
the next hash entry for this id
Entry * nextLink
the next in the LRU list
Entry * prevLink
the prev entry in the LRU list
bool receiveConfirmed
The other side now has this string.
NetStringHandle string
Global string table entry of this string.