1 #ifndef LIBFILEZILLA_HOSTNAME_LOOKUP_HEADER
2 #define LIBFILEZILLA_HOSTNAME_LOOKUP_HEADER
30 bool lookup(
native_string const& host, address_type family = address_type::unknown);
40 struct hostname_lookup_event_type {};
Simple handler for asynchronous event processing.
Definition: event_handler.hpp:54
Declares the event_handler class.
Various functions to deal with IP address strings.
This is the recommended event class.
Definition: event.hpp:67
simple_event< hostname_lookup_event_type, hostname_lookup *, int, std::vector< std::string > > hostname_lookup_event
Results of hostname_lookup. On success, second argument is zero, otherwise an error code...
Definition: hostname_lookup.hpp:43
std::wstring native_string
A string in the system's native character type and encoding. Note: This typedef changes depending on...
Definition: string.hpp:33
Definition: hostname_lookup.hpp:13
The namespace used by libfilezilla.
Definition: apply.hpp:17
Sets some global macros and further includes string.hpp.
A dumb thread-pool for asynchronous tasks.
Definition: thread_pool.hpp:63