![]() |
Shadowrun: Awakened 29 September 2011 - Build 871
|
#include <ChatServer.h>
Static Public Member Functions | |
| static bool | equal (const SystemAddress &a, const SystemAddress &b) |
| static size_t | hash (const SystemAddress &a) |
Definition at line 37 of file ChatServer.h.
| static bool SraNetwork::SystemAddressCompare::equal | ( | const SystemAddress & | a, |
| const SystemAddress & | b | ||
| ) | [inline, static] |
Definition at line 44 of file ChatServer.h.
References RakNet::SystemAddress::EqualsExcludingPort().
{
return a.EqualsExcludingPort(b);
}
| static size_t SraNetwork::SystemAddressCompare::hash | ( | const SystemAddress & | a | ) | [inline, static] |
Definition at line 39 of file ChatServer.h.
{
return 1;
}
Copyright © 2007-2010 by The Shadowrun: Awakened Team. This work is licensed under the GNU Lesser General Public License 3.