TransportAddress::hashFcn Class Reference

#include <TransportAddress.h>

List of all members.


Detailed Description

defines a hash function for TransportAddress

Public Member Functions

size_t operator() (const TransportAddress &h1) const

Member Function Documentation

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

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


The documentation for this class was generated from the following file:
Generated on Thu Apr 17 13:19:30 2008 for ITM OverSim by  doxygen 1.5.3