OpenVPN 3 Core Library
|
Public Member Functions | |
void | init (StaticKey &&key) override |
std::string | dump () override |
![]() | |
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. | |
Private Attributes | |
StaticKey | k |
Additional Inherited Members | |
![]() | |
typedef RCPtr< StaticSinkBase > | Ptr |
![]() | |
typedef RCPtr< RC > | Ptr |
![]() | |
static constexpr bool | is_thread_safe () |
Delegates call to RCImpl and returns the result. | |
Definition at line 60 of file test_statickey.cpp.
|
inlineoverridevirtual |
Implements StaticSinkBase.
Definition at line 68 of file test_statickey.cpp.
|
inlineoverridevirtual |
Implements StaticSinkBase.
Definition at line 63 of file test_statickey.cpp.
|
private |
Definition at line 74 of file test_statickey.cpp.