Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
NodeLessThan Class Reference
#include <peertablemodel.h>
Public Member Functions | |
| NodeLessThan (int nColumn, Qt::SortOrder fOrder) | |
| bool | operator() (const CNodeCombinedStats &left, const CNodeCombinedStats &right) const |
Private Attributes | |
| int | column |
| Qt::SortOrder | order |
Detailed Description
Definition at line 29 of file peertablemodel.h.
Constructor & Destructor Documentation
◆ NodeLessThan()
|
inline |
Definition at line 32 of file peertablemodel.h.
Member Function Documentation
◆ operator()()
| bool NodeLessThan::operator() | ( | const CNodeCombinedStats & | left, |
| const CNodeCombinedStats & | right | ||
| ) | const |
Definition at line 18 of file peertablemodel.cpp.
References PeerTableModel::Address, CNodeStats::addrName, CNodeStats::cleanSubVer, column, CNodeStats::dMinPing, PeerTableModel::NetNodeId, CNodeStats::nodeid, CNodeCombinedStats::nodeStats, CNodeStats::nRecvBytes, CNodeStats::nSendBytes, order, PeerTableModel::Ping, PeerTableModel::Received, PeerTableModel::Sent, and PeerTableModel::Subversion.
Member Data Documentation
◆ column
|
private |
Definition at line 37 of file peertablemodel.h.
Referenced by operator()().
◆ order
|
private |
Definition at line 38 of file peertablemodel.h.
Referenced by operator()().
The documentation for this class was generated from the following files:
- src/qt/peertablemodel.h
- src/qt/peertablemodel.cpp

