torque Torque Game Engine Documentation
CVS Revision Label 1.3.x

ConnectionStringTable::Entry Struct Reference


Data Fields

StringHandle string
 Global string table entry of this string will be 0 if this string is unused.
U32 index
 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.

Field Documentation

StringHandle ConnectionStringTable::Entry::string
 

Global string table entry of this string will be 0 if this string is unused.

U32 ConnectionStringTable::Entry::index
 

index of this entry

Entry* ConnectionStringTable::Entry::nextHash
 

the next hash entry for this id

Entry* ConnectionStringTable::Entry::nextLink
 

the next in the LRU list

Entry* ConnectionStringTable::Entry::prevLink
 

the prev entry in the LRU list

bool ConnectionStringTable::Entry::receiveConfirmed
 

The other side now has this string.




All Rights Reserved GarageGames.com, Inc. 1999-2005
Auto-magically Generated with Doxygen