LessThanQuery Class Reference

#include <QueryManager.h>

List of all members.

Public Member Functions

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


Detailed Description

Definition at line 97 of file QueryManager.h.


Member Function Documentation

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

Definition at line 100 of file QueryManager.h.

References HitInfo::queryPos.

00101   {
00102     return ( lhs.queryPos < rhs.queryPos ); 
00103     //  return ( lhs.queryPos + lhs.diff < rhs.queryPos + rhs.diff ); // %%%%%
00104 
00105   }


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