rippled
Public Member Functions | Public Attributes | Friends | List of all members
ripple::PeerReservation Struct Referencefinal
Collaboration diagram for ripple::PeerReservation:
Collaboration graph
[legend]

Public Member Functions

auto toJson () const -> Json::Value
 

Public Attributes

PublicKey nodeId
 
std::string description {}
 

Friends

template<typename Hasher >
void hash_append (Hasher &h, PeerReservation const &x) noexcept
 
bool operator< (PeerReservation const &a, PeerReservation const &b)
 

Detailed Description

Definition at line 43 of file PeerReservationTable.h.

Member Function Documentation

◆ toJson()

auto ripple::PeerReservation::toJson ( ) const -> Json::Value

Definition at line 40 of file PeerReservationTable.cpp.

Friends And Related Function Documentation

◆ hash_append

template<typename Hasher >
void hash_append ( Hasher &  h,
PeerReservation const &  x 
)
friend

Definition at line 54 of file PeerReservationTable.h.

◆ operator<

bool operator< ( PeerReservation const &  a,
PeerReservation const &  b 
)
friend

Definition at line 61 of file PeerReservationTable.h.

Member Data Documentation

◆ nodeId

PublicKey ripple::PeerReservation::nodeId

Definition at line 46 of file PeerReservationTable.h.

◆ description

std::string ripple::PeerReservation::description {}

Definition at line 47 of file PeerReservationTable.h.