Public Member Functions

TransportAddress::hashFcn Class Reference

defines a hash function for TransportAddress More...

#include <TransportAddress.h>

List of all members.

Public Member Functions

size_t operator() (const TransportAddress &h1) const

Detailed Description

defines a hash function for TransportAddress

Definition at line 56 of file TransportAddress.h.


Member Function Documentation

size_t TransportAddress::hashFcn::operator() ( const TransportAddress h1  )  const [inline]

Definition at line 59 of file TransportAddress.h.

        {
            return h1.hash();
        }


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