Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

eppobject::host::epp_HostAddress Class Reference

Class containing information about a host address. More...

#include <epp_HostAddress.h>

List of all members.

Public Methods

 epp_HostAddress ()
 Null constructor. More...

virtual ~epp_HostAddress ()
 Destructor. More...

 epp_HostAddress (epp_HostAddressType _m_type, eppobject::epp::epp_string _m_ip)
 Constructor, using simple types when it can
Note:
Cannot set simple types to NULL.
More...


 epp_HostAddress (epp_HostAddressType_ref _m_type, eppobject::epp::epp_string_ref _m_ip)
 Constructor, using only references. More...


Public Attributes

epp_HostAddressType_ref m_type
 Type of host address. More...

eppobject::epp::epp_string_ref m_ip
 Host IP address. More...


Detailed Description

Class containing information about a host address.


Constructor & Destructor Documentation

eppobject::host::epp_HostAddress::epp_HostAddress   [inline]
 

Null constructor.

virtual eppobject::host::epp_HostAddress::~epp_HostAddress   [inline, virtual]
 

Destructor.

eppobject::host::epp_HostAddress::epp_HostAddress epp_HostAddressType    _m_type,
eppobject::epp::epp_string    _m_ip
[inline]
 

Constructor, using simple types when it can

Note:
Cannot set simple types to NULL.

eppobject::host::epp_HostAddress::epp_HostAddress epp_HostAddressType_ref    _m_type,
eppobject::epp::epp_string_ref    _m_ip
[inline]
 

Constructor, using only references.


Member Data Documentation

eppobject::epp::epp_string_ref eppobject::host::epp_HostAddress::m_ip
 

Host IP address.

epp_HostAddressType_ref eppobject::host::epp_HostAddress::m_type
 

Type of host address.


The documentation for this class was generated from the following file:
Generated on Fri Mar 22 15:48:49 2002 for epprtk c++ by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001