#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 |
1.4.6-NO