OpenVPN 3 Core Library
|
Public Member Functions | |
void | add_event (openvpn::ClientEvent::Base::Ptr event) 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. | |
Public Attributes | |
std::vector< openvpn::ClientEvent::Base::Ptr > | events |
Additional Inherited Members | |
![]() | |
typedef RCPtr< Queue > | Ptr |
![]() | |
typedef RCPtr< RC > | Ptr |
![]() | |
static constexpr bool | is_thread_safe () |
Delegates call to RCImpl and returns the result. | |
Definition at line 1462 of file test_proto.cpp.
|
inlineoverridevirtual |
Implements openvpn::ClientEvent::Queue.
Definition at line 1465 of file test_proto.cpp.
std::vector<openvpn::ClientEvent::Base::Ptr> EventQueueVector::events |
Definition at line 1470 of file test_proto.cpp.