|
OpenVPN 3 Core Library
|
Private Types | |
| using | Ptr = RCPtr< ResolveThread > |
Private Member Functions | |
| ResolveThread (openvpn_io::io_context &io_context_arg, AsyncResolvable< RESOLVER_TYPE > *parent_arg, const std::string &host, const std::string &port) | |
| void | detach () |
| bool | is_detached () const |
| void | post_callback (typename RESOLVER_TYPE::results_type results, openvpn_io::error_code error) |
Private Attributes | |
| openvpn_io::io_context & | io_context |
| AsyncResolvable< RESOLVER_TYPE > * | parent |
| std::atomic< bool > | detached {false} |
Friends | |
| class | AsyncResolvable< RESOLVER_TYPE > |
Additional Inherited Members | |
Public Types inherited from openvpn::RC< thread_safe_refcount > | |
| using | Ptr = RCPtr< RC > |
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. | |
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. | |
|
private |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
friend |
|
private |
|
private |
|
private |