#include <epp_CheckResult.h>
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
| |
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... |
|
Null constructor.
|
|
Destructor.
|
|
Constructor, using simple types when it can
|
|
Constructor, using only references.
|
|
Boolean value indicating whether an object is known to the server or not.
|
|
Fully qualified names for the queried objects.
|