NCBI C++ ToolKit
Public Member Functions | List of all members
CSeqDB_SortTiLessThan Class Reference

Search Toolkit Book for CSeqDB_SortTiLessThan

Compare SGiOid structs by GI. More...

Public Member Functions

int operator() (const CSeqDBGiList::STiOid &lhs, const CSeqDBGiList::STiOid &rhs)
 Test whether lhs is less than (occurs before) rhs. More...
 

Detailed Description

Compare SGiOid structs by GI.

Definition at line 560 of file seqdbcommon.cpp.

Member Function Documentation

◆ operator()()

int CSeqDB_SortTiLessThan::operator() ( const CSeqDBGiList::STiOid lhs,
const CSeqDBGiList::STiOid rhs 
)
inline

Test whether lhs is less than (occurs before) rhs.

Parameters
lhsLeft hand side of less-than operator. [in]
rhsRight hand side of less-than operator. [in]
Returns
True if lhs has a lower GI than rhs.

Definition at line 566 of file seqdbcommon.cpp.

References CSeqDBGiList::STiOid::ti.


The documentation for this class was generated from the following file:
Modified on Fri Sep 20 14:58:01 2024 by modify_doxy.py rev. 669887