HCE project C++ developers source code library
1.1.1
HCE project developer library
|
#include <CustomMessage.hpp>
Classes | |
struct | MsgConst |
Public Member Functions | |
CustomMessage (MessagesCollection &collection) | |
virtual | ~CustomMessage (void) |
void | setMsgConst (const MsgConst &msgConst) |
const MsgConst & | getMsgConst (void) const |
std::string | operator() (unsigned int type) |
std::string | operator() (unsigned int type, const std::string &arg) |
std::string | operator() (unsigned int type, const char *arg) |
std::string | operator() (unsigned int type, unsigned int arg) |
Definition at line 22 of file CustomMessage.hpp.
|
explicit |
Definition at line 8 of file CustomMessage.cpp.
|
virtual |
Definition at line 13 of file CustomMessage.cpp.
|
inline |
Definition at line 39 of file CustomMessage.hpp.
std::string HCE::CustomMessage::operator() | ( | unsigned int | type | ) |
Definition at line 40 of file CustomMessage.cpp.
std::string HCE::CustomMessage::operator() | ( | unsigned int | type, |
const std::string & | arg | ||
) |
Definition at line 45 of file CustomMessage.cpp.
std::string HCE::CustomMessage::operator() | ( | unsigned int | type, |
const char * | arg | ||
) |
Definition at line 50 of file CustomMessage.cpp.
std::string HCE::CustomMessage::operator() | ( | unsigned int | type, |
unsigned int | arg | ||
) |
Definition at line 55 of file CustomMessage.cpp.
void HCE::CustomMessage::setMsgConst | ( | const MsgConst & | msgConst | ) |
Definition at line 17 of file CustomMessage.cpp.