Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

#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()

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

Definition at line 32 of file peertablemodel.h.

Member Function Documentation

◆ operator()()

Member Data Documentation

◆ column

int NodeLessThan::column
private

Definition at line 37 of file peertablemodel.h.

Referenced by operator()().

◆ order

Qt::SortOrder NodeLessThan::order
private

Definition at line 38 of file peertablemodel.h.

Referenced by operator()().


The documentation for this class was generated from the following files:
Released under the MIT license