#include <NetworkTypes.h>
Public Member Functions | |
PlayerID & | operator= (const PlayerID &input) |
Public Attributes | |
unsigned int | binaryAddress |
The peer address from inet_addr. | |
unsigned short | port |
The port number. | |
Friends | |
int | operator== (const PlayerID &left, const PlayerID &right) |
int | operator!= (const PlayerID &left, const PlayerID &right) |
int | operator> (const PlayerID &left, const PlayerID &right) |
int | operator< (const PlayerID &left, const PlayerID &right) |