|
struct addrinfo * | takeAddressInfo () |
|
bool | isReady () const |
| Check if an address has been resolved.
|
|
int | resolveListener (const std::string &service) |
|
int | resolveConnector (const std::string &host, const std::string &service) |
|
std::size_t | size () const |
| Check the number of network address resolved.
|
|
const_iterator | begin () const |
|
const_iterator | end () const |
|
struct addrinfo * | getAddrinfo (std::size_t c) const |
| Get one of the resolved address info records.
|
|
virtual SOCKET_TYPE | getSocket () const |
|
int | getLastError () const |
|
void | copyLastError (const basic_socket &other) |
|
bool | is_open () const |
|
static bool | startup () |
|
| basic_address (int, int) |
|
int | resolve (int, const char *, const char *) |
|
void | setLastError () const |
|
struct addrinfo * | _addrlist |
|
int | _type |
|
int | _protocol |
|
int | LastError |
|
The documentation for this class was generated from the following files: