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

#include <ChatServer.h>

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 37 of file ChatServer.h.


Member Function Documentation

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

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