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

eppobject::epp::epp_CheckResult Class Reference

Class containing the true/false response of object check queries. More...

#include <epp_CheckResult.h>

List of all members.

Public Methods

 epp_CheckResult ()
 Null constructor. More...

virtual ~epp_CheckResult ()
 Destructor. More...

 epp_CheckResult (epp_boolean _m_exists, epp_string _m_value)
 Constructor, using simple types when it can
Note:
Cannot set simple types to NULL.
More...


 epp_CheckResult (epp_boolean_ref _m_exists, epp_string_ref _m_value)
 Constructor, using only references. More...


Public Attributes

epp_boolean_ref m_exists
 Boolean value indicating whether an object is known to the server or not. More...

epp_string_ref m_value
 Fully qualified names for the queried objects. More...


Detailed Description

Class containing the true/false response of object check queries.


Constructor & Destructor Documentation

eppobject::epp::epp_CheckResult::epp_CheckResult   [inline]
 

Null constructor.

virtual eppobject::epp::epp_CheckResult::~epp_CheckResult   [inline, virtual]
 

Destructor.

eppobject::epp::epp_CheckResult::epp_CheckResult epp_boolean    _m_exists,
epp_string    _m_value
[inline]
 

Constructor, using simple types when it can

Note:
Cannot set simple types to NULL.

eppobject::epp::epp_CheckResult::epp_CheckResult epp_boolean_ref    _m_exists,
epp_string_ref    _m_value
[inline]
 

Constructor, using only references.


Member Data Documentation

epp_boolean_ref eppobject::epp::epp_CheckResult::m_exists
 

Boolean value indicating whether an object is known to the server or not.

epp_string_ref eppobject::epp::epp_CheckResult::m_value
 

Fully qualified names for the queried objects.


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