OpenVPN 3 Core Library
Loading...
Searching...
No Matches
openvpn::AddrPort Struct Reference

#include <peeraddr.hpp>

Collaboration diagram for openvpn::AddrPort:
[legend]

Public Member Functions

 AddrPort ()
 
std::string to_string () const
 

Public Attributes

IP::Addr addr
 
std::uint16_t port
 

Detailed Description

Definition at line 23 of file peeraddr.hpp.

Constructor & Destructor Documentation

◆ AddrPort()

openvpn::AddrPort::AddrPort ( )
inline

Definition at line 25 of file peeraddr.hpp.

Member Function Documentation

◆ to_string()

std::string openvpn::AddrPort::to_string ( ) const
inline

Definition at line 30 of file peeraddr.hpp.

Here is the caller graph for this function:

Member Data Documentation

◆ addr

IP::Addr openvpn::AddrPort::addr

Definition at line 53 of file peeraddr.hpp.

◆ port

std::uint16_t openvpn::AddrPort::port

Definition at line 54 of file peeraddr.hpp.


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