find(const std::string &name, struct hostent *data) | Host | [protected, static] |
find(const IpAddress &address, struct hostent *data) | Host | [protected, static] |
getAliases() const | Host | |
getIpAddresses() const | Host | |
getLocalhost() | Host | [static] |
getName() const | Host | |
Host() | Host | |
Host(const std::string &name) | Host | |
Host(const IpAddress &address) | Host | |
Host(const hostent &host) | Host | |
Host(const Host &host) | Host | |
hostName | Host | [private] |
ipAddresses | Host | [private] |
ipAliases | Host | [private] |
ipLocalhost | Host | [private, static] |
isDefined() const | Host | |
operator<(const Host &host) const | Host | |
operator<<(std::ostream &stream) const | Host | |
operator=(const Host &host) | Host | |
operator==(const Host &host) const | Host | |
set(const std::string &name) | Host | [protected] |
set(const IpAddress &name) | Host | [protected] |
set(const hostent &host) | Host | [protected] |