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.

00060         {
00061             return h1.hash();
00062         }


The documentation for this class was generated from the following file:
Generated on Wed May 26 16:21:19 2010 for OverSim by  doxygen 1.6.3