E-MailRelay
|
This is the complete list of members for GNet::Address, including all inherited members.
Address(const Address &) | GNet::Address | |
Address(const AddressStorage &) | GNet::Address | explicit |
Address(const sockaddr *addr, socklen_t len) | GNet::Address | |
Address(const sockaddr *addr, socklen_t len, bool fixup) | GNet::Address | |
Address(Family, unsigned int port) | GNet::Address | |
Address(Address &&) noexcept | GNet::Address | |
address() const | GNet::Address | |
address() | GNet::Address | |
af() const | GNet::Address | |
bits() const | GNet::Address | |
defaultAddress() | GNet::Address | static |
displayString(bool with_scope_id=false) const | GNet::Address | |
domain(Family) | GNet::Address | static |
Family enum name (defined in GNet::Address) | GNet::Address | |
family() const | GNet::Address | |
hostPartString(bool raw=false) const | GNet::Address | |
is4() const | GNet::Address | |
is6() const | GNet::Address | |
isAny() const | GNet::Address | |
isFamilyLocal(const std::string &display_string) | GNet::Address | static |
isLinkLocal() const | GNet::Address | |
isLocal(std::string &reason) const | GNet::Address | |
isLoopback() const | GNet::Address | |
isUniqueLocal() const | GNet::Address | |
length() const | GNet::Address | |
loopback(Family, unsigned int port=0U) | GNet::Address | static |
operator!=(const Address &) const | GNet::Address | |
operator=(const Address &) | GNet::Address | |
operator=(Address &&) noexcept | GNet::Address | |
operator==(const Address &) const | GNet::Address | |
parse(const std::string &display_string) | GNet::Address | static |
parse(const std::string &display_string, NotLocal) | GNet::Address | static |
parse(const std::string &host_part_string, unsigned int port) | GNet::Address | static |
parse(const std::string &host_part_string, const std::string &port) | GNet::Address | static |
port() const | GNet::Address | |
queryString() const | GNet::Address | |
same(const Address &, bool ipv6_compare_with_scope) const | GNet::Address | |
sameHostPart(const Address &other) const | GNet::Address | |
scopeId(unsigned long default_=0UL) const | GNet::Address | |
setPort(unsigned int port) | GNet::Address | |
setScopeId(unsigned long) | GNet::Address | |
setZone(const std::string &) | GNet::Address | |
supports(Family) | GNet::Address | static |
supports(int af, int dummy) | GNet::Address | static |
supports(const Domain &, int domain) | GNet::Address | static |
swap(Address &other) noexcept | GNet::Address | |
validData(const sockaddr *, socklen_t len) | GNet::Address | static |
validPort(unsigned int n) | GNet::Address | static |
validString(const std::string &display_string, std::string *reason=nullptr) | GNet::Address | static |
validString(const std::string &display_string, NotLocal, std::string *reason=nullptr) | GNet::Address | static |
validStrings(const std::string &ip, const std::string &port_string, std::string *reason=nullptr) | GNet::Address | static |
wildcards() const | GNet::Address | |
~Address() | GNet::Address |