#include <ot_lib.h>

Public Member Functions | |
| ot_messageDUMPRESP (const ot_obj *data) | |
| ~ot_messageDUMPRESP (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_messageDUMPRESP::ot_messageDUMPRESP | ( | const ot_obj * | data | ) | [inline] |
| ot_lib::ot_messageDUMPRESP::~ot_messageDUMPRESP | ( | void | ) | [inline] |
| const ot_obj* ot_lib::ot_messageDUMPRESP::getData | ( | void | ) | const [inline] |
| static ot_messageBase* ot_lib::ot_messageDUMPRESP::decode | ( | const ot_map & | input | ) | [static] |
| void ot_lib::ot_messageDUMPRESP::encode | ( | ot_map & | msg | ) | const [virtual] |
Implements ot_lib::ot_messageBase.
| const string ot_lib::ot_messageDUMPRESP::getMessageCode | ( | void | ) | const [inline, virtual] |
Implements ot_lib::ot_messageBase.
| const ot_obj* ot_lib::ot_messageDUMPRESP::getOutput | ( | void | ) | const [inline] |
auto_ptr<ot_obj> ot_lib::ot_messageDUMPRESP::m_data [private] |
const string ot_lib::ot_messageDUMPRESP::m_messageCode [static] |
1.5.5