Bitcoin Core  21.99.0
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
PeerTablePriv Class Reference

Public Member Functions

void refreshPeers (interfaces::Node &node)
 Pull a full list of peers from vNodes into our cache. More...
 
int size () const
 
CNodeCombinedStatsindex (int idx)
 

Public Attributes

QList< CNodeCombinedStatscachedNodeStats
 Local cache of peer information. More...
 

Detailed Description

Definition at line 18 of file peertablemodel.cpp.

Member Function Documentation

◆ index()

CNodeCombinedStats* PeerTablePriv::index ( int  idx)
inline

Definition at line 47 of file peertablemodel.cpp.

◆ refreshPeers()

void PeerTablePriv::refreshPeers ( interfaces::Node node)
inline

Pull a full list of peers from vNodes into our cache.

Definition at line 25 of file peertablemodel.cpp.

◆ size()

int PeerTablePriv::size ( ) const
inline

Definition at line 42 of file peertablemodel.cpp.

Member Data Documentation

◆ cachedNodeStats

QList<CNodeCombinedStats> PeerTablePriv::cachedNodeStats

Local cache of peer information.

Definition at line 22 of file peertablemodel.cpp.


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