|
xrpld
|
Sends a message to all peers. More...
#include <predicates.h>

Public Types | |
| using | return_type = void |
Public Member Functions | |
| SendAlways (std::shared_ptr< Message > const &m) | |
| void | operator() (std::shared_ptr< Peer > const &peer) const |
Public Attributes | |
| std::shared_ptr< Message > const & | msg |
Sends a message to all peers.
Definition at line 11 of file predicates.h.
| using xrpl::SendAlways::return_type = void |
Definition at line 13 of file predicates.h.
| xrpl::SendAlways::SendAlways | ( | std::shared_ptr< Message > const & | m | ) |
Definition at line 17 of file predicates.h.
| void xrpl::SendAlways::operator() | ( | std::shared_ptr< Peer > const & | peer | ) | const |
Definition at line 22 of file predicates.h.
| std::shared_ptr<Message> const& xrpl::SendAlways::msg |
Definition at line 15 of file predicates.h.