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]

00597         {
00598             return (size_t)l1;
00599         }

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

00602         {
00603             return (l1 == l2);
00604         }


The documentation for this class was generated from the following file:
Generated on Wed Sep 26 12:13:00 2007 for ITM OverSim by  doxygen 1.5.1