OpenVPN 3 Core Library
Loading...
Searching...
No Matches
openvpn::Acceptor::Base Struct Referenceabstract

#include <base.hpp>

Inheritance diagram for openvpn::Acceptor::Base:
[legend]
Collaboration diagram for openvpn::Acceptor::Base:
[legend]

Public Types

typedef RCPtr< BasePtr
 
- Public Types inherited from openvpn::RC< thread_unsafe_refcount >
typedef RCPtr< RCPtr
 

Public Member Functions

virtual void async_accept (ListenerBase *listener, const size_t acceptor_index, openvpn_io::io_context &io_context)=0
 
virtual void close ()=0
 
- Public Member Functions inherited from openvpn::RC< thread_unsafe_refcount >
 RC () noexcept=default
 
 RC (const RC &)=delete
 
virtual ~RC ()=default
 
RCoperator= (const RC &)=delete
 
olong use_count () const noexcept
 Delegates call to RCImpl and returns the result.
 

Additional Inherited Members

- Static Public Member Functions inherited from openvpn::RC< thread_unsafe_refcount >
static constexpr bool is_thread_safe ()
 Delegates call to RCImpl and returns the result.
 

Detailed Description

Definition at line 41 of file base.hpp.

Member Typedef Documentation

◆ Ptr

Definition at line 43 of file base.hpp.

Member Function Documentation

◆ async_accept()

virtual void openvpn::Acceptor::Base::async_accept ( ListenerBase listener,
const size_t  acceptor_index,
openvpn_io::io_context &  io_context 
)
pure virtual

◆ close()

virtual void openvpn::Acceptor::Base::close ( )
pure virtual

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