#include <ot_lib.h>
Public Member Functions | |
ot_messageDUMP (void) | |
~ot_messageDUMP (void) | |
void | encode (ot_map &msg) const |
const string | getMessageCode (void) const |
auto_ptr< ot_messageResponse > | exec (ot_functionManager &fm) |
Static Public Member Functions | |
static ot_messageBase * | decode (const ot_map &input) |
Static Public Attributes | |
static const string | m_messageCode |
ot_lib::ot_messageDUMP::ot_messageDUMP | ( | void | ) | [inline] |
ot_lib::ot_messageDUMP::~ot_messageDUMP | ( | void | ) | [inline] |
static ot_messageBase* ot_lib::ot_messageDUMP::decode | ( | const ot_map & | input | ) | [static] |
void ot_lib::ot_messageDUMP::encode | ( | ot_map & | msg | ) | const [virtual] |
Implements ot_lib::ot_messageBase.
const string ot_lib::ot_messageDUMP::getMessageCode | ( | void | ) | const [inline, virtual] |
Implements ot_lib::ot_messageBase.
auto_ptr<ot_messageResponse> ot_lib::ot_messageDUMP::exec | ( | ot_functionManager & | fm | ) | [virtual] |
Implements ot_lib::ot_messageRequest.
const string ot_lib::ot_messageDUMP::m_messageCode [static] |