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 noexcept | GNet::Address | |
bits() const | GNet::Address | |
defaultAddress() | GNet::Address | static |
displayString(bool with_scope_id=false) const | GNet::Address | |
domain(Family) noexcept | GNet::Address | static |
family() const noexcept | GNet::Address | |
Family enum name (defined in GNet::Address) | GNet::Address | |
hostPartString() const | GNet::Address | |
is4() const noexcept | GNet::Address | |
is6() const noexcept | GNet::Address | |
isAny() const | GNet::Address | |
isFamilyLocal(std::string_view display_string) noexcept | GNet::Address | static |
isLinkLocal() const | GNet::Address | |
isLocal(std::string &reason) const | GNet::Address | |
isLoopback() const | GNet::Address | |
isMulticast() const | GNet::Address | |
isUniqueLocal() const | GNet::Address | |
length() const | GNet::Address | |
loopback(Family, unsigned int port=0U) | GNet::Address | static |
operator G::BasicAddress() const | GNet::Address | |
operator!=(const Address &) const | GNet::Address | |
operator=(const Address &) | GNet::Address | |
operator=(Address &&) noexcept | GNet::Address | |
operator==(const Address &) const | GNet::Address | |
parse(std::string_view display_string) | GNet::Address | static |
parse(std::string_view display_string, NotLocal) | GNet::Address | static |
parse(std::string_view host_part_string, unsigned int port) | GNet::Address | static |
parse(std::string_view host_part_string, std::string_view 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) noexcept | GNet::Address | static |
supports(int af, int dummy) noexcept | GNet::Address | static |
supports(const Domain &, int domain) noexcept | 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(std::string_view display_string, std::string *reason=nullptr) | GNet::Address | static |
validString(std::string_view display_string, NotLocal, std::string *reason=nullptr) | GNet::Address | static |
validStrings(std::string_view ip, std::string_view port_string, std::string *reason=nullptr) | GNet::Address | static |
wildcards() const | GNet::Address | |
~Address() | GNet::Address |