OpenVPN 3 Core Library
|
#include <continuation.hpp>
Public Types | |
typedef RCPtr< PushOptionsMerger > | Ptr |
![]() | |
typedef RCPtr< RC > | Ptr |
Public Member Functions | |
virtual void | merge (OptionList &pushed, const OptionList &config) const =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. | |
Additional Inherited Members | |
![]() | |
static constexpr bool | is_thread_safe () |
Delegates call to RCImpl and returns the result. | |
Definition at line 36 of file continuation.hpp.
Definition at line 38 of file continuation.hpp.
|
pure virtual |