LessThanDiff Class Reference

#include <HashTablePacked.h>

List of all members.

Public Member Functions

bool operator() (const HitInfo &lhs, const HitInfo &rhs) const


Detailed Description

Definition at line 88 of file HashTablePacked.h.


Member Function Documentation

bool LessThanDiff::operator() ( const HitInfo lhs,
const HitInfo rhs 
) const [inline]

Definition at line 91 of file HashTablePacked.h.

References HitInfo::diff.

00092   {
00093     return ( lhs.diff < rhs.diff ); 
00094   }


The documentation for this class was generated from the following file:
Generated on Fri Dec 21 13:17:46 2007 for ssaha by  doxygen 1.5.2