Bitcoin ABC  0.28.12
P2P Digital Currency
Public Member Functions | Private Attributes | List of all members
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 27 of file bantablemodel.h.

Constructor & Destructor Documentation

◆ BannedNodeLessThan()

BannedNodeLessThan::BannedNodeLessThan ( int  nColumn,
Qt::SortOrder  fOrder 
)
inline

Definition at line 29 of file bantablemodel.h.

Member Function Documentation

◆ operator()()

bool BannedNodeLessThan::operator() ( const CCombinedBan left,
const CCombinedBan right 
) const

Definition at line 18 of file bantablemodel.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ column

int BannedNodeLessThan::column
private

Definition at line 34 of file bantablemodel.h.

◆ order

Qt::SortOrder BannedNodeLessThan::order
private

Definition at line 35 of file bantablemodel.h.


The documentation for this class was generated from the following files: