ot_messageGETRESP Class Reference

#include <ot_messageGet.h>

Inheritance diagram for ot_messageGETRESP:

ot_messageResponse ot_messageBase

List of all members.

Public Member Functions

 ot_messageGETRESP (const ot_obj *data)
 ~ot_messageGETRESP (void)
const ot_objgetData (void) const
void encode (ot_map &msg) const
const string getMessageCode (void) const
const ot_objgetOutput (void) const

Static Public Member Functions

static ot_messageBasedecode (const ot_map &input)

Static Public Attributes

static const string m_messageCode

Private Attributes

auto_ptr< ot_objm_data


Constructor & Destructor Documentation

ot_messageGETRESP::ot_messageGETRESP ( const ot_obj data  )  [inline]

ot_messageGETRESP::~ot_messageGETRESP ( void   )  [inline]


Member Function Documentation

const ot_obj* ot_messageGETRESP::getData ( void   )  const [inline]

References m_data.

static ot_messageBase* ot_messageGETRESP::decode ( const ot_map input  )  [static]

void ot_messageGETRESP::encode ( ot_map msg  )  const [virtual]

Implements ot_messageBase.

const string ot_messageGETRESP::getMessageCode ( void   )  const [inline, virtual]

Implements ot_messageBase.

References m_messageCode.

const ot_obj* ot_messageGETRESP::getOutput ( void   )  const [inline]

References m_data.


Member Data Documentation

auto_ptr<ot_obj> ot_messageGETRESP::m_data [private]

Referenced by getData(), and getOutput().

const string ot_messageGETRESP::m_messageCode [static]

Referenced by getMessageCode().


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

Generated on Sun May 4 12:42:44 2008 for OT_LIB 4.1 by  doxygen 1.5.5