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

Detailed Description

Definition at line 562 of file BaseOverlay.h.


Member Function Documentation

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

Definition at line 569 of file BaseOverlay.h.

00571         {
00572             return (l1 == l2);
00573         }

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

Definition at line 565 of file BaseOverlay.h.

00566         {
00567             return (size_t)l1;
00568         }


The documentation for this class was generated from the following file:
Generated on Wed May 26 16:21:16 2010 for OverSim by  doxygen 1.6.3