BaseOverlay::lookupHashFcn Class Reference

#include <BaseOverlay.h>

List of all members.

Public Member Functions

size_t operator() (const AbstractLookup *l1) const
bool operator() (const AbstractLookup *l1, const AbstractLookup *l2) const


Member Function Documentation

size_t BaseOverlay::lookupHashFcn::operator() ( const AbstractLookup l1  )  const [inline]

00577         {
00578             return (size_t)l1;
00579         }

bool BaseOverlay::lookupHashFcn::operator() ( const AbstractLookup l1,
const AbstractLookup l2 
) const [inline]

00582         {
00583             return (l1 == l2);
00584         }


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