Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | Private Attributes | List of all members
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 27 of file peertablemodel.h.

Constructor & Destructor Documentation

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

Definition at line 30 of file peertablemodel.h.

Here is the caller graph for this function:

Member Function Documentation

bool NodeLessThan::operator() ( const CNodeCombinedStats left,
const CNodeCombinedStats right 
) const

Definition at line 18 of file peertablemodel.cpp.

Here is the call graph for this function:

Member Data Documentation

int NodeLessThan::column
private

Definition at line 35 of file peertablemodel.h.

Qt::SortOrder NodeLessThan::order
private

Definition at line 36 of file peertablemodel.h.


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