A class describing an IP address
![]() | AsString () const Format an address as a string |
![]() | operator PString () const Format an address as a string |
![]() | operator DWORD () const Return address in network order |
![]() | Byte1 () const Return first byte of IP address |
![]() | Byte2 () const Return second byte of IP address |
![]() | Byte3 () const Return third byte of IP address |
![]() | Byte4 () const Return fourth byte of IP address |
![]() | operator[] (PINDEX idx) const return specified byte of IP address |
![]() | operator<< (ostream & s, const Address & a) output address as a string to the specified string |
![]() | operator>> (istream & s, Address & a) output address as a string to the specified string |
![]() | Address constructors |
A class describing an IP address
Address(const PString & dotNotation)
Address(BYTE b1, BYTE b2, BYTE b3, BYTE b4)
Address(DWORD dw)
Address(const in_addr & addr)
Address(const Address & addr)
Address& operator=(const in_addr & addr)
Address& operator=(const Address & addr)
Address& operator=(const PString & dotNotation)
Address& operator=(DWORD dw)
operator PString() const
operator DWORD() const
BYTE Byte1() const
BYTE Byte2() const
BYTE Byte3() const
BYTE Byte4() const
BYTE operator[](PINDEX idx) const
friend ostream& operator<<(ostream & s, const Address & a)
friend istream& operator>>(istream & s, Address & a)
Alphabetic index HTML hierarchy of classes or Java