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]

00055         {
00056             return h1.hash();
00057         }


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

Generated on Fri Sep 19 13:05:08 2008 for ITM OverSim by  doxygen 1.5.5