|
OpenVPN 3 Core Library
|
#include <continuation.hpp>
Public Types | |
| typedef RCPtr< PushOptionsBase > | Ptr |
Public Types inherited from openvpn::RC< thread_unsafe_refcount > | |
| typedef RCPtr< RC > | Ptr |
Public Attributes | |
| OptionList | merge |
| OptionList | multi |
| OptionList | singleton |
Additional Inherited Members | |
Public Member Functions inherited from openvpn::RC< thread_unsafe_refcount > | |
| 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 Public Member Functions inherited from openvpn::RC< thread_unsafe_refcount > | |
| 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.