rippled
Public Member Functions | Public Attributes | List of all members
ripple::ValidatorList::MessageWithHash Struct Reference
Collaboration diagram for ripple::ValidatorList::MessageWithHash:
Collaboration graph
[legend]

Public Member Functions

 MessageWithHash ()=default
 
 MessageWithHash (std::shared_ptr< Message > const &message_, uint256 hash_, std::size_t num_)
 

Public Attributes

std::shared_ptr< Messagemessage
 
uint256 hash
 
std::size_t numVLs = 0
 

Detailed Description

Definition at line 303 of file ValidatorList.h.

Constructor & Destructor Documentation

◆ MessageWithHash() [1/2]

ripple::ValidatorList::MessageWithHash::MessageWithHash ( )
explicitdefault

◆ MessageWithHash() [2/2]

ripple::ValidatorList::MessageWithHash::MessageWithHash ( std::shared_ptr< Message > const &  message_,
uint256  hash_,
std::size_t  num_ 
)
explicit

Definition at line 108 of file ValidatorList.cpp.

Member Data Documentation

◆ message

std::shared_ptr<Message> ripple::ValidatorList::MessageWithHash::message

Definition at line 310 of file ValidatorList.h.

◆ hash

uint256 ripple::ValidatorList::MessageWithHash::hash

Definition at line 311 of file ValidatorList.h.

◆ numVLs

std::size_t ripple::ValidatorList::MessageWithHash::numVLs = 0

Definition at line 312 of file ValidatorList.h.