OpenVPN 3 Core Library
Loading...
Searching...
No Matches
StaticSink Class Reference
Inheritance diagram for StaticSink:
[legend]
Collaboration diagram for StaticSink:
[legend]

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
 
RCoperator= (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< StaticSinkBasePtr
 
- Public Types inherited from openvpn::RC< thread_unsafe_refcount >
typedef RCPtr< RCPtr
 
- 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.
 

Detailed Description

Definition at line 60 of file test_statickey.cpp.

Member Function Documentation

◆ dump()

std::string StaticSink::dump ( )
inlineoverridevirtual

Implements StaticSinkBase.

Definition at line 68 of file test_statickey.cpp.

◆ init()

void StaticSink::init ( StaticKey &&  key)
inlineoverridevirtual

Implements StaticSinkBase.

Definition at line 63 of file test_statickey.cpp.

Member Data Documentation

◆ k

StaticKey StaticSink::k
private

Definition at line 74 of file test_statickey.cpp.


The documentation for this class was generated from the following file: