ddc
Public Member Functions | Public Attributes | List of all members
IsLessByHitSortKey Struct Reference

Public Member Functions

 IsLessByHitSortKey (const vector< CHit > &Base)
 
bool operator() (size_t i1, size_t i2) const
 

Public Attributes

const vector< CHit > & m_Base
 

Detailed Description

indirect comparison operator for hits on CHit::m_SortKey.i (for std::sort); replaces IsLessByHitOrderId .

Constructor & Destructor Documentation

◆ IsLessByHitSortKey()

IsLessByHitSortKey::IsLessByHitSortKey ( const vector< CHit > &  Base)
inline

Referenced by CConcSession::GetAllHits(), and CConcSession::GetHits().

Here is the caller graph for this function:

Member Function Documentation

◆ operator()()

bool IsLessByHitSortKey::operator() ( size_t  i1,
size_t  i2 
) const
inline

Member Data Documentation

◆ m_Base

const vector<CHit>& IsLessByHitSortKey::m_Base

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