OpenVPN 3 Core Library
|
#include <continuation.hpp>
Public Types | |
typedef RCPtr< PushOptionsBase > | Ptr |
![]() | |
typedef RCPtr< RC > | Ptr |
Public Attributes | |
OptionList | merge |
OptionList | multi |
OptionList | singleton |
Additional Inherited Members | |
![]() | |
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 26 of file continuation.hpp.
Definition at line 28 of file continuation.hpp.
OptionList openvpn::PushOptionsBase::merge |
Definition at line 30 of file continuation.hpp.
OptionList openvpn::PushOptionsBase::multi |
Definition at line 31 of file continuation.hpp.
OptionList openvpn::PushOptionsBase::singleton |
Definition at line 32 of file continuation.hpp.