# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
Documentation  
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  

NLNET::CUnifiedNetwork::CConnectionId Class Reference

List of all members.

Public Methods

 CConnectionId ()
 CConnectionId (const std::string &name, uint16 sid, TSockId hid=InvalidSockId, bool needInsert=true)

Public Attributes

std::string SName
uint16 SId
TSockId SHost
bool NeedInsert

Constructor & Destructor Documentation

NLNET::CUnifiedNetwork::CConnectionId::CConnectionId   [inline]
 

Definition at line 254 of file unified_network_mt.h.

References NeedInsert, SHost, SId, and SName.

NLNET::CUnifiedNetwork::CConnectionId::CConnectionId const std::string &    name,
uint16    sid,
TSockId    hid = InvalidSockId,
bool    needInsert = true
[inline]
 

Definition at line 255 of file unified_network_mt.h.

References NeedInsert, SHost, SId, SName, NLNET::TSockId, and uint16.


Member Data Documentation

bool NLNET::CUnifiedNetwork::CConnectionId::NeedInsert
 

Definition at line 252 of file unified_network_mt.h.

Referenced by CConnectionId.

TSockId NLNET::CUnifiedNetwork::CConnectionId::SHost
 

Definition at line 251 of file unified_network_mt.h.

Referenced by CConnectionId.

uint16 NLNET::CUnifiedNetwork::CConnectionId::SId
 

Definition at line 250 of file unified_network_mt.h.

Referenced by CConnectionId.

std::string NLNET::CUnifiedNetwork::CConnectionId::SName
 

Definition at line 249 of file unified_network_mt.h.

Referenced by CConnectionId.


The documentation for this class was generated from the following file: