Public Member Functions | Static Public Member Functions | Public Attributes

NetworkID Struct Reference

#include <RakNetTypes.h>

Collaboration diagram for NetworkID:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 NetworkID ()
 ~NetworkID ()
NetworkIDoperator= (const NetworkID &input)
bool operator== (const NetworkID &right) const
bool operator!= (const NetworkID &right) const
bool operator> (const NetworkID &right) const
bool operator< (const NetworkID &right) const

Static Public Member Functions

static bool IsPeerToPeerMode (void)
static void SetPeerToPeerMode (bool isPeerToPeer)

Public Attributes

RakNetGUID guid
SystemAddress systemAddress
unsigned short localSystemAddress

Detailed Description

Definition at line 243 of file RakNetTypes.h.


Constructor & Destructor Documentation

NetworkID::NetworkID (  )  [inline]

Definition at line 246 of file RakNetTypes.h.

NetworkID::~NetworkID (  )  [inline]

Definition at line 254 of file RakNetTypes.h.


Member Function Documentation

bool NetworkID::IsPeerToPeerMode ( void   )  [static]

Definition at line 256 of file RakNetTypes.cpp.

Here is the caller graph for this function:

bool NetworkID::operator!= ( const NetworkID right  )  const

Definition at line 209 of file RakNetTypes.cpp.

Here is the call graph for this function:

bool NetworkID::operator< ( const NetworkID right  )  const

Definition at line 241 of file RakNetTypes.cpp.

Here is the call graph for this function:

NetworkID & NetworkID::operator= ( const NetworkID input  ) 

Definition at line 183 of file RakNetTypes.cpp.

bool NetworkID::operator== ( const NetworkID right  )  const

Definition at line 193 of file RakNetTypes.cpp.

Here is the call graph for this function:

bool NetworkID::operator> ( const NetworkID right  )  const

Definition at line 225 of file RakNetTypes.cpp.

Here is the call graph for this function:

void NetworkID::SetPeerToPeerMode ( bool  isPeerToPeer  )  [static]

Definition at line 265 of file RakNetTypes.cpp.


Member Data Documentation

Deprecated:
Use NETWORK_ID_SUPPORTS_PEER_TO_PEER in RakNetDefines.h

Definition at line 265 of file RakNetTypes.h.

Definition at line 272 of file RakNetTypes.h.

Definition at line 270 of file RakNetTypes.h.


The documentation for this struct was generated from the following files: