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

Public Member Functions

void add_event (openvpn::ClientEvent::Base::Ptr event) 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.
 

Public Attributes

std::vector< openvpn::ClientEvent::Base::Ptrevents
 

Additional Inherited Members

- Public Types inherited from openvpn::ClientEvent::Queue
typedef RCPtr< QueuePtr
 
- 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 1462 of file test_proto.cpp.

Member Function Documentation

◆ add_event()

void EventQueueVector::add_event ( openvpn::ClientEvent::Base::Ptr  event)
inlineoverridevirtual

Implements openvpn::ClientEvent::Queue.

Definition at line 1465 of file test_proto.cpp.

Member Data Documentation

◆ events

std::vector<openvpn::ClientEvent::Base::Ptr> EventQueueVector::events

Definition at line 1470 of file test_proto.cpp.


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