BaseOverlay::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 546 of file BaseOverlay.h.


Member Function Documentation

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

Definition at line 553 of file BaseOverlay.h.

00555         {
00556             return (l1 == l2);
00557         }

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

Definition at line 549 of file BaseOverlay.h.

00550         {
00551             return (size_t)l1;
00552         }


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

Generated on Tue Sep 8 17:26:57 2009 for OverSim by  doxygen 1.5.8