class PortableAddress
|
Portable Internet Address. More... |
|
|
Public Members
- int operator== (const PortableAddress& address) const
- int operator!= (const PortableAddress& address) const
- int operator< (const PortableAddress& address) const
- int operator<= (const PortableAddress& address) const
- int operator> (const PortableAddress& address) const
- int operator>= (const PortableAddress& address) const
- inline void reset ()
- card16 [8] Host
- card16 Port
Detailed Description
Binary representation for a socket address for sending the address over
a network. The difference between InternetAddress is that PortableAddress
does not contain hidden information on virtual function management, which
make network transfer of InternetAddress objects problematic.
int operator== (const PortableAddress& address)
|
[const]
Implementation of == operator.
int operator!= (const PortableAddress& address)
|
[const]
Implementation of == operator.
int operator< (const PortableAddress& address)
|
[const]
Implementation of < operator.
int operator<= (const PortableAddress& address)
|
[const]
Implementation of <= operator.
int operator> (const PortableAddress& address)
|
[const]
Implementation of > operator.
int operator>= (const PortableAddress& address)
|
[const]
Implementation of >= operator.
Reset portable address.
Host address in network byte order. IPv4 addresses are converted to
IPv4-mapped IPv6 addresses.
Port number.
- Version: 1.0
- Author: Thomas Dreibholz (Dreibholz@bigfoot.com)
- Generated: viper@odin on Sun Feb 4 18:54:51 2001, using kdoc 2.0a22.