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

eppobject::epp::epp_Options Class Reference

Class containing elements used to describe client options for a command/session. More...

#include <epp_Options.h>

List of all members.

Public Methods

 epp_Options ()
 Null constructor. More...

virtual ~epp_Options ()
 Destructor. More...

 epp_Options (epp_string _m_version, epp_string _m_lang)
 Constructor, using simple types when it can
Note:
Cannot set simple types to NULL.
More...


 epp_Options (epp_string_ref _m_version, epp_string_ref _m_lang)
 Constructor, using only references. More...


Public Attributes

epp_string_ref m_version
 Protocol version to be used for the command or ongoing server session. More...

epp_string_ref m_lang
 Text response language to be used for the command or ongoing server session commands (iso639). More...


Detailed Description

Class containing elements used to describe client options for a command/session.


Constructor & Destructor Documentation

eppobject::epp::epp_Options::epp_Options   [inline]
 

Null constructor.

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

Destructor.

eppobject::epp::epp_Options::epp_Options epp_string    _m_version,
epp_string    _m_lang
[inline]
 

Constructor, using simple types when it can

Note:
Cannot set simple types to NULL.

eppobject::epp::epp_Options::epp_Options epp_string_ref    _m_version,
epp_string_ref    _m_lang
[inline]
 

Constructor, using only references.


Member Data Documentation

epp_string_ref eppobject::epp::epp_Options::m_lang
 

Text response language to be used for the command or ongoing server session commands (iso639).

epp_string_ref eppobject::epp::epp_Options::m_version
 

Protocol version to be used for the command or ongoing server session.


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