activemq-cpp-3.4.0

decaf::net::Inet6Address Class Reference

#include <src/main/decaf/net/Inet6Address.h>

Inheritance diagram for decaf::net::Inet6Address:

Public Member Functions

virtual ~Inet6Address ()
virtual InetAddressclone () const
 Returns a newly allocated copy of this InetAddress.

Protected Member Functions

 Inet6Address ()
 Inet6Address (const unsigned char *ipAddress, int numBytes)
 Inet6Address (const std::string &hostname, const unsigned char *ipAddress, int numBytes)

Friends

class InetAddress

Constructor & Destructor Documentation

decaf::net::Inet6Address::Inet6Address ( ) [protected]
decaf::net::Inet6Address::Inet6Address ( const unsigned char *  ipAddress,
int  numBytes 
) [protected]
decaf::net::Inet6Address::Inet6Address ( const std::string &  hostname,
const unsigned char *  ipAddress,
int  numBytes 
) [protected]
virtual decaf::net::Inet6Address::~Inet6Address ( ) [virtual]

Member Function Documentation

virtual InetAddress* decaf::net::Inet6Address::clone ( ) const [virtual]

Returns a newly allocated copy of this InetAddress.

The caller owns the resulting copy and must delete it.

Returns:
a new InetAddress instance that is a copy of this one, caller owns.

Reimplemented from decaf::net::InetAddress.


Friends And Related Function Documentation

friend class InetAddress [friend]

The documentation for this class was generated from the following file: