Class Poco::Net::Impl::IPv6AddressImpl (original) (raw)
Library: Net
Package: NetCore
Header: Poco/Net/IPAddressImpl.h
Inheritance
Direct Base Classes: IPAddressImpl
All Base Classes: IPAddressImpl, Poco::RefCountedObject
Member Summary
Member Functions: addr, af, clone, family, isBroadcast, isGlobalMC, isIPv4Compatible, isIPv4Mapped, isLinkLocal, isLinkLocalMC, isLoopback, isMulticast, isNodeLocalMC, isOrgLocalMC, isSiteLocal, isSiteLocalMC, isWellKnownMC, isWildcard, length, mask, operator !=, operator &, operator =, operator ==, operator ^, operator |, operator ~, parse, prefixLength, scope, toString
Inherited Functions: addr, af, clone, duplicate, family, isBroadcast, isGlobalMC, isIPv4Compatible, isIPv4Mapped, isLinkLocal, isLinkLocalMC, isLoopback, isMulticast, isNodeLocalMC, isOrgLocalMC, isSiteLocal, isSiteLocalMC, isWellKnownMC, isWildcard, length, mask, prefixLength, referenceCount, release, scope, toString
Constructors
IPv6AddressImpl
IPv6AddressImpl
IPv6AddressImpl(
const void * addr
);
IPv6AddressImpl
IPv6AddressImpl(
unsigned prefix
);
IPv6AddressImpl
IPv6AddressImpl(
const IPv6AddressImpl & addr
);
IPv6AddressImpl
IPv6AddressImpl(
const void * addr,
Poco::UInt32 scope
);
Member Functions
addr 
const void * addr() const;
af 
int af() const;
clone 
IPAddressImpl * clone() const;
family 
Family family() const;
isBroadcast 
bool isBroadcast() const;
isGlobalMC 
bool isGlobalMC() const;
isIPv4Compatible 
bool isIPv4Compatible() const;
isIPv4Mapped 
bool isIPv4Mapped() const;
isLinkLocal 
bool isLinkLocal() const;
isLinkLocalMC 
bool isLinkLocalMC() const;
isLoopback 
bool isLoopback() const;
isMulticast 
bool isMulticast() const;
isNodeLocalMC 
bool isNodeLocalMC() const;
isOrgLocalMC 
bool isOrgLocalMC() const;
isSiteLocal 
bool isSiteLocal() const;
isSiteLocalMC 
bool isSiteLocalMC() const;
isWellKnownMC 
bool isWellKnownMC() const;
isWildcard 
bool isWildcard() const;
length 
socklen_t length() const;
mask 
void mask(
const IPAddressImpl * pMask,
const IPAddressImpl * pSet
);
operator !=
bool operator != (
const IPv6AddressImpl & addr
) const;
operator &
IPv6AddressImpl operator & (
const IPv6AddressImpl & addr
) const;
operator =
IPv6AddressImpl & operator = (
const IPv6AddressImpl & param435
);
operator ==
bool operator == (
const IPv6AddressImpl & addr
) const;
operator ^
IPv6AddressImpl operator ^ (
const IPv6AddressImpl & addr
) const;
operator |
IPv6AddressImpl operator | (
const IPv6AddressImpl & addr
) const;
operator ~
IPv6AddressImpl operator ~ () const;
parse 
static IPv6AddressImpl parse(
const std::string & addr
);
prefixLength 
unsigned prefixLength() const;
scope 
Poco::UInt32 scope() const;
toString 
std::string toString() const;