My Project 3.2.0
C++ Distributed Hash Table
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Friends | List of all members
dht::NodeExport Struct Reference
Collaboration diagram for dht::NodeExport:
Collaboration graph
[legend]

Public Member Functions

template<typename Packer >
void msgpack_pack (Packer &pk) const
 
void msgpack_unpack (msgpack::object o)
 

Public Attributes

InfoHash id
 
SockAddr addr
 

Friends

OPENDHT_PUBLIC friend std::ostream & operator<< (std::ostream &s, const NodeExport &h)
 

Detailed Description

Definition at line 28 of file node_export.h.

Member Function Documentation

◆ msgpack_pack()

template<typename Packer >
void dht::NodeExport::msgpack_pack ( Packer & pk) const
inline

Definition at line 33 of file node_export.h.

Member Data Documentation

◆ addr

SockAddr dht::NodeExport::addr

Definition at line 30 of file node_export.h.

◆ id

InfoHash dht::NodeExport::id

Definition at line 29 of file node_export.h.


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