This is the complete list of members for Hypertable::InetAddr, including all inherited members.
decode(const uint8_t **bufp, size_t *remainp) | Hypertable::InetAddr | |
decode_internal(uint8_t version, const uint8_t **bufp, size_t *remainp) | Hypertable::InetAddr | private |
encode(uint8_t **bufp) const | Hypertable::InetAddr | |
encode_internal(uint8_t **bufp) const | Hypertable::InetAddr | private |
encoded_length() const | Hypertable::InetAddr | |
encoded_length_internal() const | Hypertable::InetAddr | private |
encoding_version() const | Hypertable::InetAddr | private |
format(int sep= ':') const | Hypertable::InetAddr | inline |
format(const sockaddr_in &addr, int sep= ':') | Hypertable::InetAddr | static |
format_ipaddress() | Hypertable::InetAddr | inline |
format_ipaddress(const sockaddr_in &addr) | Hypertable::InetAddr | static |
hex(int sep= ':') | Hypertable::InetAddr | inline |
hex(const sockaddr_in &addr, int sep= ':') | Hypertable::InetAddr | static |
InetAddr() | Hypertable::InetAddr | |
InetAddr(const String &host, uint16_t port) | Hypertable::InetAddr | |
InetAddr(const String &endpoint) | Hypertable::InetAddr | |
InetAddr(uint32_t ip32, uint16_t port) | Hypertable::InetAddr | |
InetAddr(const sockaddr_in &addr) | Hypertable::InetAddr | inline |
initialize(sockaddr_in *addr, const char *host, uint16_t port) | Hypertable::InetAddr | static |
initialize(sockaddr_in *addr, const char *addr_str) | Hypertable::InetAddr | static |
initialize(sockaddr_in *addr, uint32_t haddr, uint16_t port) | Hypertable::InetAddr | static |
is_ipv4(const char *ip) | Hypertable::InetAddr | static |
legacy_decode(const uint8_t **bufp, size_t *remainp) | Hypertable::InetAddr | |
operator!=(const InetAddr &other) const | Hypertable::InetAddr | inline |
operator<(const InetAddr &other) const | Hypertable::InetAddr | inline |
operator=(const sockaddr_in &addr) | Hypertable::InetAddr | inline |
operator==(const InetAddr &other) const | Hypertable::InetAddr | inline |
parse_endpoint(const char *endpoint, int defport=0) | Hypertable::InetAddr | static |
parse_endpoint(const String &endpoint, int defport=0) | Hypertable::InetAddr | inlinestatic |
parse_ipv4(const char *ip, uint16_t port, sockaddr_in &addr, int base=0) | Hypertable::InetAddr | static |