CatapultServer
v0.5.0.1 (Elephant)
|
Go to the documentation of this file.
26 namespace catapult {
namespace ionet {
48 const std::shared_ptr<PacketIo>&
io()
const {
54 explicit operator bool()
const {
const Node & node() const
Gets the node.
Definition: NodePacketIoPair.h:43
Node m_node
Definition: NodePacketIoPair.h:59
NodePacketIoPair()
Creates an empty pair.
Definition: NodePacketIoPair.h:32
NodePacketIoPair(const Node &node, const std::shared_ptr< PacketIo > &pPacketIo)
Creates a pair around node and pPacketIo.
Definition: NodePacketIoPair.h:36
const std::shared_ptr< PacketIo > & io() const
Gets the io.
Definition: NodePacketIoPair.h:48
Definition: AddressExtractionExtension.cpp:28
A node and packet io pair.
Definition: NodePacketIoPair.h:29
A node in the catapult network.
Definition: Node.h:82
std::shared_ptr< PacketIo > m_pPacketIo
Definition: NodePacketIoPair.h:60