#include <base.hpp>
|
virtual void | async_accept (ListenerBase *listener, const size_t acceptor_index, openvpn_io::io_context &io_context)=0 |
|
virtual void | close ()=0 |
|
| RC () noexcept=default |
|
| RC (const RC &)=delete |
|
virtual | ~RC ()=default |
|
RC & | operator= (const RC &)=delete |
|
olong | use_count () const noexcept |
| Delegates call to RCImpl and returns the result.
|
|
|
static constexpr bool | is_thread_safe () |
| Delegates call to RCImpl and returns the result.
|
|
Definition at line 41 of file base.hpp.
◆ Ptr
◆ 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: