Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
dev::p2p::Neighbours::Neighbour Struct Reference

#include <NodeTable.h>

Collaboration diagram for dev::p2p::Neighbours::Neighbour:
[legend]

Public Member Functions

 Neighbour (Node const &_node)
 
 Neighbour (RLP const &_r)
 
void streamRLP (RLPStream &_s) const
 

Public Attributes

NodeIPEndpoint endpoint
 
NodeID node
 

Detailed Description

Definition at line 417 of file NodeTable.h.

Constructor & Destructor Documentation

dev::p2p::Neighbours::Neighbour::Neighbour ( Node const &  _node)
inline

Definition at line 419 of file NodeTable.h.

dev::p2p::Neighbours::Neighbour::Neighbour ( RLP const &  _r)
inline

Definition at line 420 of file NodeTable.h.

Member Function Documentation

void dev::p2p::Neighbours::Neighbour::streamRLP ( RLPStream _s) const
inline

Definition at line 423 of file NodeTable.h.

Here is the call graph for this function:

Member Data Documentation

NodeIPEndpoint dev::p2p::Neighbours::Neighbour::endpoint

Definition at line 421 of file NodeTable.h.

NodeID dev::p2p::Neighbours::Neighbour::node

Definition at line 422 of file NodeTable.h.


The documentation for this struct was generated from the following file: