|
OpenVPN 3 Core Library
|
Public Types | |
| typedef RCPtr< Epoch > | Ptr |
Public Types inherited from openvpn::RC< thread_unsafe_refcount > | |
| typedef RCPtr< RC > | Ptr |
Public Attributes | |
| epoch_t | epoch = 0 |
Additional Inherited Members | |
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. | |
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 62 of file asiotimersafe.hpp.
| typedef RCPtr<Epoch> openvpn::AsioTimerSafe::Epoch::Ptr |
Definition at line 64 of file asiotimersafe.hpp.
| epoch_t openvpn::AsioTimerSafe::Epoch::epoch = 0 |
Definition at line 65 of file asiotimersafe.hpp.