#include <ConnectionGraph.h>
Public Member Functions | |
PlayerIdAndGroupId (PlayerID playerId, ConnectionGraphGroupID groupID) | |
bool | operator== (const PlayerIdAndGroupId &right) const |
bool | operator!= (const PlayerIdAndGroupId &right) const |
bool | operator> (const PlayerIdAndGroupId &right) const |
bool | operator< (const PlayerIdAndGroupId &right) const |
Public Attributes | |
PlayerID | playerId |
ConnectionGraphGroupID | groupId |