rippled
Public Member Functions | Private Attributes | Friends | List of all members
ripple::PeerFinder::Bootcache::Entry Class Reference

Public Member Functions

 Entry (int valence)
 
int & valence ()
 
int valence () const
 

Private Attributes

int m_valence
 

Friends

bool operator< (Entry const &lhs, Entry const &rhs)
 

Detailed Description

Definition at line 54 of file Bootcache.h.

Constructor & Destructor Documentation

◆ Entry()

ripple::PeerFinder::Bootcache::Entry::Entry ( int  valence)

Definition at line 57 of file Bootcache.h.

Member Function Documentation

◆ valence() [1/2]

int& ripple::PeerFinder::Bootcache::Entry::valence ( )

Definition at line 62 of file Bootcache.h.

◆ valence() [2/2]

int ripple::PeerFinder::Bootcache::Entry::valence ( ) const

Definition at line 68 of file Bootcache.h.

Friends And Related Function Documentation

◆ operator<

bool operator< ( Entry const &  lhs,
Entry const &  rhs 
)
friend

Definition at line 74 of file Bootcache.h.

Member Data Documentation

◆ m_valence

int ripple::PeerFinder::Bootcache::Entry::m_valence
private

Definition at line 82 of file Bootcache.h.