OpenVPN 3 Core Library
|
Public Types | |
typedef RCPtr< Epoch > | Ptr |
![]() | |
typedef RCPtr< RC > | Ptr |
Public Attributes | |
epoch_t | epoch = 0 |
Additional Inherited Members | |
![]() | |
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 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.