HCE project C++ developers source code library  1.1.1
HCE project developer library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
HCE::CustomMessage Class Reference

#include <CustomMessage.hpp>

Classes

struct  MsgConst

Public Member Functions

 CustomMessage (MessagesCollection &collection)
virtual ~CustomMessage (void)
void setMsgConst (const MsgConst &msgConst)
const MsgConstgetMsgConst (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)

Detailed Description

Definition at line 22 of file CustomMessage.hpp.

Constructor & Destructor Documentation

HCE::CustomMessage::CustomMessage ( MessagesCollection collection)
explicit

Definition at line 8 of file CustomMessage.cpp.

HCE::CustomMessage::~CustomMessage ( void  )
virtual

Definition at line 13 of file CustomMessage.cpp.

Member Function Documentation

const MsgConst& HCE::CustomMessage::getMsgConst ( void  ) const
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.


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