rippled
Public Member Functions | Private Attributes | List of all members
ripple::PeerFinder::Sim::Message Class Reference
Collaboration diagram for ripple::PeerFinder::Sim::Message:
Collaboration graph
[legend]

Public Member Functions

 Message (Endpoints const &endpoints)
 
Endpoints const & payload () const
 

Private Attributes

Endpoints m_payload
 

Detailed Description

Definition at line 27 of file peerfinder/sim/Message.h.

Constructor & Destructor Documentation

◆ Message()

ripple::PeerFinder::Sim::Message::Message ( Endpoints const &  endpoints)
explicit

Definition at line 30 of file peerfinder/sim/Message.h.

Member Function Documentation

◆ payload()

Endpoints const& ripple::PeerFinder::Sim::Message::payload ( ) const

Definition at line 34 of file peerfinder/sim/Message.h.

Member Data Documentation

◆ m_payload

Endpoints ripple::PeerFinder::Sim::Message::m_payload
private

Definition at line 40 of file peerfinder/sim/Message.h.