|
OpenVPN 3 Core Library
|
Public Member Functions | |
| void | init (StaticKey &&key) override |
| std::string | dump () override |
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. | |
Private Attributes | |
| StaticKey | k |
Additional Inherited Members | |
Public Types inherited from StaticSinkBase | |
| typedef RCPtr< StaticSinkBase > | Ptr |
Public Types inherited from openvpn::RC< thread_unsafe_refcount > | |
| typedef RCPtr< RC > | Ptr |
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 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.