Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
BannedNodeLessThan Class Reference
#include <bantablemodel.h>
Public Member Functions | |
| BannedNodeLessThan (int nColumn, Qt::SortOrder fOrder) | |
| bool | operator() (const CCombinedBan &left, const CCombinedBan &right) const |
Private Attributes | |
| int | column |
| Qt::SortOrder | order |
Detailed Description
Definition at line 23 of file bantablemodel.h.
Constructor & Destructor Documentation
◆ BannedNodeLessThan()
|
inline |
Definition at line 26 of file bantablemodel.h.
Member Function Documentation
◆ operator()()
| bool BannedNodeLessThan::operator() | ( | const CCombinedBan & | left, |
| const CCombinedBan & | right | ||
| ) | const |
Definition at line 17 of file bantablemodel.cpp.
References BanTableModel::Address, CCombinedBan::banEntry, BanTableModel::Bantime, column, CBanEntry::nBanUntil, order, CCombinedBan::subnet, and CSubNet::ToString().
Member Data Documentation
◆ column
|
private |
Definition at line 31 of file bantablemodel.h.
Referenced by operator()().
◆ order
|
private |
Definition at line 32 of file bantablemodel.h.
Referenced by operator()().
The documentation for this class was generated from the following files:
- src/qt/bantablemodel.h
- src/qt/bantablemodel.cpp

