Shadowrun: Awakened 29 September 2011 - Build 871
Static Public Member Functions
SraNetwork::ClientRegister::SystemAddressCompare Struct Reference

List of all members.

Static Public Member Functions

static bool equal (const SystemAddress &a, const SystemAddress &b)
static size_t hash (const SystemAddress &a)

Detailed Description

Definition at line 52 of file ClientRegister.h.


Member Function Documentation

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);
            }

The documentation for this struct was generated from the following file:

Copyright © 2007-2010 by The Shadowrun: Awakened Team. This work is licensed under the GNU Lesser General Public License 3.

GNU Lesser General Public License 3 Sourceforge.net