OpenVPN 3 Core Library
|
Private Types | |
typedef RCPtr< ResolveThread > | Ptr |
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 | |
![]() | |
typedef RCPtr< RC > | Ptr |
![]() | |
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. | |
|
private |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
friend |
|
private |
|
private |
|
private |