#include <NetworkObject.h>
Public Member Functions | |
ObjectIDNode () | |
ObjectIDNode (unsigned short ObjectID, NetworkObject *Object) | |
Public Attributes | |
unsigned short | objectID |
NetworkObject * | object |
Friends | |
int | operator== (const ObjectIDNode &left, const ObjectIDNode &right) |
int | operator> (const ObjectIDNode &left, const ObjectIDNode &right) |
int | operator< (const ObjectIDNode &left, const ObjectIDNode &right) |
|
Default Constructor |
|
Create a node based on the objectID and a pointer to the NetworkObject
|
|
Test if one node is lesser than the other
|
|
Test if two nodes are equals
|
|
Test if one node is greater than the other
|
|
a pointer to the object associated to id |
|
id |