|
OpenVPN 3 Core Library
|
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 |
| 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 | |
Public Types inherited from openvpn::ClientEvent::Queue | |
| typedef RCPtr< Queue > | 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 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.