This is the complete list of members for GNet::Address, including all inherited members.
Address(const Address &addr) | GNet::Address | |
Address(const AddressStorage &) | GNet::Address | explicit |
Address(const sockaddr *addr, socklen_t len) | GNet::Address | |
Address(const hostent &h, unsigned int port) | GNet::Address | |
Address(const hostent &h, const servent &s) | GNet::Address | |
Address(const servent &s) | GNet::Address | explicit |
Address(unsigned int port) | GNet::Address | explicit |
Address(unsigned int port, Localhost) | GNet::Address | |
Address(unsigned int port, Broadcast) | GNet::Address | |
Address(const std::string &display_string) | GNet::Address | explicit |
Address(const std::string &ip, unsigned int port) | GNet::Address | |
address() const | GNet::Address | |
address() | GNet::Address | |
broadcastAddress(unsigned int port) | GNet::Address | static |
defaultDomain() | GNet::Address | static |
displayString(bool with_port=true, bool with_scope_id=false) const | GNet::Address | |
domain() const | GNet::Address | |
hostString() const | GNet::Address | |
invalidAddress() | GNet::Address | static |
isLocal(std::string &reason) const | GNet::Address | |
isLocal(std::string &reason, const Address &local_hint) const | GNet::Address | |
length() const | GNet::Address | |
localhost(unsigned int port=0U) | GNet::Address | static |
operator=(const Address &addr) | GNet::Address | |
operator==(const Address &) const | GNet::Address | |
port() const | GNet::Address | |
sameHost(const Address &other) const | GNet::Address | |
scopeId(unsigned long default_=0UL) const | GNet::Address | |
setPort(unsigned int port) | GNet::Address | |
validPort(unsigned int n) | GNet::Address | static |
validString(const std::string &display_string, std::string *reason=NULL) | GNet::Address | static |
wildcards() const | GNet::Address | |
~Address() | GNet::Address |