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