Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

AddressTableEntryLessThan Struct Reference

Public Member Functions

bool operator() (const AddressTableEntry &a, const AddressTableEntry &b) const
 
bool operator() (const AddressTableEntry &a, const QString &b) const
 
bool operator() (const QString &a, const AddressTableEntry &b) const
 

Detailed Description

Definition at line 38 of file addresstablemodel.cpp.

Member Function Documentation

◆ operator()() [1/3]

bool AddressTableEntryLessThan::operator() ( const AddressTableEntry a,
const AddressTableEntry b 
) const
inline

Definition at line 40 of file addresstablemodel.cpp.

References AddressTableEntry::address.

◆ operator()() [2/3]

bool AddressTableEntryLessThan::operator() ( const AddressTableEntry a,
const QString &  b 
) const
inline

Definition at line 44 of file addresstablemodel.cpp.

References AddressTableEntry::address.

◆ operator()() [3/3]

bool AddressTableEntryLessThan::operator() ( const QString &  a,
const AddressTableEntry b 
) const
inline

Definition at line 48 of file addresstablemodel.cpp.

References AddressTableEntry::address.


The documentation for this struct was generated from the following file:
Released under the MIT license