NCBI C++ ToolKit
|
Search Toolkit Book for CRangeCmp
Helper functor to compare cuts during sorting. More...
Public Types | |
enum | ESortOrder { eAscending , eDescending , eAscending , eDescending } |
enum | ESortOrder { eAscending , eDescending , eAscending , eDescending } |
Public Member Functions | |
CRangeCmp (ESortOrder sortorder=eAscending) | |
bool | operator() (const SRangeMatch &a1, const SRangeMatch &a2) |
CRangeCmp (ESortOrder sortorder=eAscending) | |
bool | operator() (const TRange &a1, const TRange &a2) |
Private Attributes | |
ESortOrder | m_sortorder |
Helper functor to compare cuts during sorting.
Definition at line 513 of file vectortrimpanel.cpp.
Enumerator | |
---|---|
eAscending | |
eDescending | |
eAscending | |
eDescending |
Definition at line 516 of file vectortrimpanel.cpp.
Enumerator | |
---|---|
eAscending | |
eDescending | |
eAscending | |
eDescending |
Definition at line 2296 of file seq_entry_edit.cpp.
|
inlineexplicit |
Definition at line 522 of file vectortrimpanel.cpp.
|
inlineexplicit |
Definition at line 2301 of file seq_entry_edit.cpp.
|
inline |
Definition at line 527 of file vectortrimpanel.cpp.
References eAscending, CRange_Base::GetFrom(), CRange_Base::GetTo(), SRangeMatch::m_range, and m_sortorder.
Definition at line 2304 of file seq_entry_edit.cpp.
References eAscending, CRange_Base::GetFrom(), CRange_Base::GetTo(), and m_sortorder.
|
private |
Definition at line 548 of file vectortrimpanel.cpp.
Referenced by operator()().