VideoTools
|
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(Family, unsigned int port) | 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 | |
defaultAddress() | GNet::Address | static |
displayString() const | GNet::Address | |
domain() const | GNet::Address | |
family() const | GNet::Address | |
hostPartString() const | GNet::Address | |
isLocal(std::string &reason) const | GNet::Address | |
isLoopback() 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 &addr) | GNet::Address | |
operator==(const Address &) const | GNet::Address | |
port() const | GNet::Address | |
sameHostPart(const Address &other) const | GNet::Address | |
scopeId(unsigned long default_=0UL) const | GNet::Address | |
setPort(unsigned int port) | GNet::Address | |
supports(Family) | GNet::Address | static |
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 |
validStrings(const std::string &ip, const std::string &port_string, std::string *reason=nullptr) | GNet::Address | static |
wildcards() const | GNet::Address | |
~Address() | GNet::Address |