Main Page Modules Namespaces C++ Classes Compound List File List Index
TNL::NetConnectionRep struct Reference

TNL::NetConnectionRep Struct Reference

#include <tnlNetConnection.h>


Detailed Description

NetConnectionRep maintians a linked list of valid connection classes.


Public Member Functions

 NetConnectionRep (NetClassRep *classRep, bool canRemoteCreate)

Static Public Member Functions

NetConnectioncreate (const char *name)

Data Fields

NetConnectionRepmNext
NetClassRepmClassRep
bool mCanRemoteCreate

Static Public Attributes

NetConnectionRepmLinkedList


Constructor & Destructor Documentation

TNL::NetConnectionRep::NetConnectionRep NetClassRep classRep,
bool  canRemoteCreate
[inline]
 


Member Function Documentation

NetConnection* TNL::NetConnectionRep::create const char *  name  )  [static]
 


Field Documentation

NetConnectionRep* TNL::NetConnectionRep::mLinkedList [static]
 

NetConnectionRep* TNL::NetConnectionRep::mNext
 

NetClassRep* TNL::NetConnectionRep::mClassRep
 

bool TNL::NetConnectionRep::mCanRemoteCreate