Public Member Functions

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


Member Function Documentation

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

Definition at line 568 of file BaseOverlay.h.

        {
            return (size_t)l1;
        }

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

Definition at line 572 of file BaseOverlay.h.

        {
            return (l1 == l2);
        }


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