class PortableAddress

Portable Internet Address. More...

Full nameCoral::PortableAddress
Definition#include <portableaddress.h>
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Public Members


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.

inline void  reset ()

Reset portable address.

card16 [8] Host

Host address in network byte order. IPv4 addresses are converted to IPv4-mapped IPv6 addresses.

card16 Port

Port number.