rippled
Public Member Functions | Static Public Member Functions | Public Attributes | Static Private Member Functions | List of all members
ripple::RCLCxPeerPos::Data Struct Reference
Inheritance diagram for ripple::RCLCxPeerPos::Data:
Inheritance graph
[legend]
Collaboration diagram for ripple::RCLCxPeerPos::Data:
Collaboration graph
[legend]

Public Member Functions

 Data (PublicKey const &publicKey, Slice const &signature, uint256 const &suppress, Proposal &&proposal)
 

Static Public Member Functions

static char const * getCountedObjectName ()
 

Public Attributes

PublicKey publicKey_
 
Buffer signature_
 
uint256 suppression_
 
Proposal proposal_
 

Static Private Member Functions

static Counter & getCounter () noexcept
 

Detailed Description

Definition at line 104 of file RCLCxPeerPos.h.

Constructor & Destructor Documentation

◆ Data()

ripple::RCLCxPeerPos::Data::Data ( PublicKey const &  publicKey,
Slice const &  signature,
uint256 const &  suppress,
Proposal &&  proposal 
)

Definition at line 91 of file RCLCxPeerPos.cpp.

Member Function Documentation

◆ getCountedObjectName()

static char const* ripple::RCLCxPeerPos::Data::getCountedObjectName ( )
static

Definition at line 118 of file RCLCxPeerPos.h.

◆ getCounter()

static Counter& ripple::CountedObject< Data >::getCounter
staticprivatenoexceptinherited

Definition at line 153 of file CountedObject.h.

Member Data Documentation

◆ publicKey_

PublicKey ripple::RCLCxPeerPos::Data::publicKey_

Definition at line 106 of file RCLCxPeerPos.h.

◆ signature_

Buffer ripple::RCLCxPeerPos::Data::signature_

Definition at line 107 of file RCLCxPeerPos.h.

◆ suppression_

uint256 ripple::RCLCxPeerPos::Data::suppression_

Definition at line 108 of file RCLCxPeerPos.h.

◆ proposal_

Proposal ripple::RCLCxPeerPos::Data::proposal_

Definition at line 109 of file RCLCxPeerPos.h.