News SF.net Project Frequently Asked Questions Documentation Downloads Mailing Lists How to Contribute

SourceForge.net Logo

Changing the way games are made and played.

TNL::ConnectionStringTable::Entry struct Reference

TNL::ConnectionStringTable::Entry Struct Reference

#include <tnlConnectionStringTable.h>


Detailed Description

An entry in the EventConnection's string table.


Data Fields

StringTableEntry 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 entry in the LRU list.

EntryprevLink
 The prev entry in the LRU list.

bool receiveConfirmed
 Does the other side now have this string?


Field Documentation

StringTableEntry TNL::ConnectionStringTable::Entry::string
 

will be 0 if this string is unused.

U32 TNL::ConnectionStringTable::Entry::index
 

Index of this entry.

Entry* TNL::ConnectionStringTable::Entry::nextHash
 

The next hash entry for this id.

Entry* TNL::ConnectionStringTable::Entry::nextLink
 

The next entry in the LRU list.

Entry* TNL::ConnectionStringTable::Entry::prevLink
 

The prev entry in the LRU list.

bool TNL::ConnectionStringTable::Entry::receiveConfirmed
 

Does the other side now have this string?