#include <ot_lib.h>
Public Member Functions | |
ot_messageGETRESP (const ot_obj *data) | |
~ot_messageGETRESP (void) | |
const ot_obj * | getData (void) const |
void | encode (ot_map &msg) const |
const string | getMessageCode (void) const |
const ot_obj * | getOutput (void) const |
Static Public Member Functions | |
static ot_messageBase * | decode (const ot_map &input) |
Static Public Attributes | |
static const string | m_messageCode |
Private Attributes | |
auto_ptr< ot_obj > | m_data |
ot_lib::ot_messageGETRESP::ot_messageGETRESP | ( | const ot_obj * | data | ) | [inline] |
ot_lib::ot_messageGETRESP::~ot_messageGETRESP | ( | void | ) | [inline] |
const ot_obj* ot_lib::ot_messageGETRESP::getData | ( | void | ) | const [inline] |
static ot_messageBase* ot_lib::ot_messageGETRESP::decode | ( | const ot_map & | input | ) | [static] |
void ot_lib::ot_messageGETRESP::encode | ( | ot_map & | msg | ) | const [virtual] |
Implements ot_lib::ot_messageBase.
const string ot_lib::ot_messageGETRESP::getMessageCode | ( | void | ) | const [inline, virtual] |
Implements ot_lib::ot_messageBase.
const ot_obj* ot_lib::ot_messageGETRESP::getOutput | ( | void | ) | const [inline] |
auto_ptr<ot_obj> ot_lib::ot_messageGETRESP::m_data [private] |
const string ot_lib::ot_messageGETRESP::m_messageCode [static] |