The Pedigree Project
0.1
|
This is the complete list of members for IpAddress, including all inherited members.
getIp() const | IpAddress | inline |
getIp(uint8_t *ipv6) const (defined in IpAddress) | IpAddress | inline |
getIpv6Prefix() const | IpAddress | inline |
getType() const | IpAddress | inline |
IpAddress() | IpAddress | inline |
IpAddress(IpType type) (defined in IpAddress) | IpAddress | inline |
IpAddress(uint32_t ipv4) (defined in IpAddress) | IpAddress | inline |
IpAddress(uint8_t *ipv6) (defined in IpAddress) | IpAddress | inline |
IpAddress(const IpAddress &other) (defined in IpAddress) | IpAddress | inline |
IpType enum name | IpAddress | |
IPv4 enum value (defined in IpAddress) | IpAddress | |
IPv6 enum value (defined in IpAddress) | IpAddress | |
isLinkLocal() const | IpAddress | |
isMulticast() const | IpAddress | |
isUnicast() const | IpAddress | inline |
m_bSet (defined in IpAddress) | IpAddress | private |
m_Ipv4 (defined in IpAddress) | IpAddress | private |
m_Ipv6 (defined in IpAddress) | IpAddress | private |
m_Ipv6Prefix (defined in IpAddress) | IpAddress | private |
m_Type (defined in IpAddress) | IpAddress | private |
operator!=(const IpAddress &a) const (defined in IpAddress) | IpAddress | inline |
operator!=(uint32_t a) const (defined in IpAddress) | IpAddress | inline |
operator&(const IpAddress &a) const (defined in IpAddress) | IpAddress | inline |
operator+(const IpAddress &a) const | IpAddress | inline |
operator=(const IpAddress &a) (defined in IpAddress) | IpAddress | inline |
operator==(const IpAddress &a) const (defined in IpAddress) | IpAddress | inline |
operator==(uint32_t a) const (defined in IpAddress) | IpAddress | inline |
prefixString(size_t override=256) const | IpAddress | |
setIp(uint32_t ipv4) | IpAddress | inline |
setIp(uint8_t *ipv6) (defined in IpAddress) | IpAddress | inline |
setIpv6Prefix(size_t prefix) | IpAddress | inline |
toString() const (defined in IpAddress) | IpAddress |