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]

00536         {
00537             return (size_t)l1;
00538         }

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

00541         {
00542             return (l1 == l2);
00543         }


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

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