OpenVPN 3 Core Library
Loading...
Searching...
No Matches
openvpn::Link< SEND, RECV > Class Template Reference

#include <link.hpp>

Inheritance diagram for openvpn::Link< SEND, RECV >:
[legend]
Collaboration diagram for openvpn::Link< SEND, RECV >:
[legend]

Protected Member Functions

 Link ()=default
 
 Link (typename SEND::Ptr send_arg)
 
 Link (SEND *send_arg)
 

Protected Attributes

SEND::Ptr send
 

Detailed Description

template<typename SEND, typename RECV>
class openvpn::Link< SEND, RECV >

Definition at line 31 of file link.hpp.

Constructor & Destructor Documentation

◆ Link() [1/3]

template<typename SEND , typename RECV >
openvpn::Link< SEND, RECV >::Link ( )
protecteddefault

◆ Link() [2/3]

template<typename SEND , typename RECV >
openvpn::Link< SEND, RECV >::Link ( typename SEND::Ptr  send_arg)
inlineprotected

Definition at line 36 of file link.hpp.

◆ Link() [3/3]

template<typename SEND , typename RECV >
openvpn::Link< SEND, RECV >::Link ( SEND *  send_arg)
inlineprotected

Definition at line 41 of file link.hpp.

Member Data Documentation

◆ send

template<typename SEND , typename RECV >
SEND::Ptr openvpn::Link< SEND, RECV >::send
protected

Definition at line 48 of file link.hpp.


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