|
OpenVPN 3 Core Library
|
#include <runcontext.hpp>
Public Member Functions | |
| virtual void | cancel ()=0 |
| virtual std::vector< RunContextLogEntry > | add_log_observer (const unsigned int unit)=0 |
| virtual void | disable_log_history ()=0 |
| virtual Stop * | async_stop ()=0 |
Public Member Functions inherited from openvpn::LogBase | |
| virtual void | log (const std::string &str)=0 |
Public Member Functions inherited from openvpn::RC< thread_safe_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. | |
Additional Inherited Members | |
Public Types inherited from openvpn::RC< thread_safe_refcount > | |
| typedef RCPtr< RC > | Ptr |
Static Public Member Functions inherited from openvpn::RC< thread_safe_refcount > | |
| static constexpr bool | is_thread_safe () |
| Delegates call to RCImpl and returns the result. | |
Definition at line 82 of file runcontext.hpp.
|
pure virtual |
Implemented in openvpn::RunContext< ServerThread, Stats >.
|
pure virtual |
Implemented in openvpn::RunContext< ServerThread, Stats >.
|
pure virtual |
Implemented in openvpn::RunContext< ServerThread, Stats >.
|
pure virtual |
Implemented in openvpn::RunContext< ServerThread, Stats >.