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::PacketList struct Reference

TNL::ConnectionStringTable::PacketList Struct Reference

#include <tnlConnectionStringTable.h>


Public Member Functions

 PacketList ()

Data Fields

PacketEntrystringHead
 The head of the linked list of strings sent in this packet.

PacketEntrystringTail
 The tail of the linked list of strings sent in this packet.


Constructor & Destructor Documentation

TNL::ConnectionStringTable::PacketList::PacketList  )  [inline]
 


Field Documentation

PacketEntry* TNL::ConnectionStringTable::PacketList::stringHead
 

The head of the linked list of strings sent in this packet.

PacketEntry* TNL::ConnectionStringTable::PacketList::stringTail
 

The tail of the linked list of strings sent in this packet.