OverSim
BaseOverlay::lookupHashFcn Class Reference

#include <BaseOverlay.h>

Public Member Functions

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

Detailed Description

Definition at line 566 of file BaseOverlay.h.

Member Function Documentation

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

Definition at line 569 of file BaseOverlay.h.

{
return (size_t)l1;
}
bool BaseOverlay::lookupHashFcn::operator() ( const AbstractLookup l1,
const AbstractLookup l2 
) const
inline

Definition at line 573 of file BaseOverlay.h.

{
return (l1 == l2);
}

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