OpenVPN 3 Core Library
Loading...
Searching...
No Matches
openvpn::Pipe::SD Class Reference

#include <pipe.hpp>

Inheritance diagram for openvpn::Pipe::SD:
[legend]

Public Member Functions

 SD (openvpn_io::io_context &io_context, ScopedFD &fd)
 
bool defined () const
 

Protected Attributes

std::unique_ptr< openvpn_io::posix::stream_descriptor > sd
 

Detailed Description

Definition at line 28 of file pipe.hpp.

Constructor & Destructor Documentation

◆ SD()

openvpn::Pipe::SD::SD ( openvpn_io::io_context &  io_context,
ScopedFD fd 
)
inline

Definition at line 31 of file pipe.hpp.

Member Function Documentation

◆ defined()

bool openvpn::Pipe::SD::defined ( ) const
inline

Definition at line 37 of file pipe.hpp.

Here is the caller graph for this function:

Member Data Documentation

◆ sd

std::unique_ptr<openvpn_io::posix::stream_descriptor> openvpn::Pipe::SD::sd
protected

Definition at line 43 of file pipe.hpp.


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