Ark Server API (ASE) - Wiki
|
This is the complete list of members for Poco::Net::SocketAddress, including all inherited members.
_pImpl | Poco::Net::SocketAddress | private |
addr() const | Poco::Net::SocketAddress | |
af() const | Poco::Net::SocketAddress | |
Family typedef | Poco::Net::SocketAddress | |
family() const | Poco::Net::SocketAddress | |
host() const | Poco::Net::SocketAddress | |
Impl typedef | Poco::Net::SocketAddress | private |
init(const IPAddress &hostAddress, Poco::UInt16 portNumber) | Poco::Net::SocketAddress | protected |
init(const std::string &hostAddress, Poco::UInt16 portNumber) | Poco::Net::SocketAddress | protected |
init(Family family, const std::string &hostAddress, Poco::UInt16 portNumber) | Poco::Net::SocketAddress | protected |
init(Family family, const std::string &address) | Poco::Net::SocketAddress | protected |
init(const std::string &hostAndPort) | Poco::Net::SocketAddress | protected |
IPv4 | Poco::Net::SocketAddress | static |
length() const | Poco::Net::SocketAddress | |
MAX_ADDRESS_LENGTH enum value | Poco::Net::SocketAddress | |
newIPv4() | Poco::Net::SocketAddress | inlineprivate |
newIPv4(const sockaddr_in *) | Poco::Net::SocketAddress | inlineprivate |
newIPv4(const IPAddress &hostAddress, Poco::UInt16 portNumber) | Poco::Net::SocketAddress | inlineprivate |
operator!=(const SocketAddress &socketAddress) const | Poco::Net::SocketAddress | inline |
operator<(const SocketAddress &socketAddress) const | Poco::Net::SocketAddress | |
operator=(const SocketAddress &socketAddress) | Poco::Net::SocketAddress | |
operator==(const SocketAddress &socketAddress) const | Poco::Net::SocketAddress | inline |
pImpl() const | Poco::Net::SocketAddress | inlineprivate |
port() const | Poco::Net::SocketAddress | |
Ptr typedef | Poco::Net::SocketAddress | private |
resolveService(const std::string &service) | Poco::Net::SocketAddress | protected |
SocketAddress() | Poco::Net::SocketAddress | |
SocketAddress(Family family) | Poco::Net::SocketAddress | explicit |
SocketAddress(const IPAddress &hostAddress, Poco::UInt16 portNumber) | Poco::Net::SocketAddress | |
SocketAddress(Poco::UInt16 port) | Poco::Net::SocketAddress | explicit |
SocketAddress(Family family, Poco::UInt16 port) | Poco::Net::SocketAddress | |
SocketAddress(const std::string &hostAddress, Poco::UInt16 portNumber) | Poco::Net::SocketAddress | |
SocketAddress(Family family, const std::string &hostAddress, Poco::UInt16 portNumber) | Poco::Net::SocketAddress | |
SocketAddress(const std::string &hostAddress, const std::string &portNumber) | Poco::Net::SocketAddress | |
SocketAddress(Family family, const std::string &hostAddress, const std::string &portNumber) | Poco::Net::SocketAddress | |
SocketAddress(const std::string &hostAndPort) | Poco::Net::SocketAddress | explicit |
SocketAddress(Family family, const std::string &addr) | Poco::Net::SocketAddress | |
SocketAddress(const SocketAddress &addr) | Poco::Net::SocketAddress | |
SocketAddress(const struct sockaddr *addr, poco_socklen_t length) | Poco::Net::SocketAddress | |
toString() const | Poco::Net::SocketAddress | |
~SocketAddress() | Poco::Net::SocketAddress |