ConnectionStringTable::Entry Struct Reference

List of all members.

Public Attributes

NetStringHandle string
 Global string table entry of this string.
U32 index
 will be 0 if this string is unused. index of this entry
EntrynextHash
 the next hash entry for this id
EntrynextLink
 the next in the LRU list
EntryprevLink
 the prev entry in the LRU list
bool receiveConfirmed
 The other side now has this string.

Member Data Documentation

Global string table entry of this string.

will be 0 if this string is unused. index of this entry

the next hash entry for this id

the next in the LRU list

the prev entry in the LRU list

The other side now has this string.