hce-node application  1.4.3
HCE Hierarchical Cluster Engine node application
 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)
 CustomMessage (const CustomMessage &rhs)
 CustomMessage (CustomMessage &&rhs)
virtual ~CustomMessage (void)
CustomMessageoperator= (const CustomMessage &rhs)
CustomMessageoperator= (CustomMessage &&rhs)
void setMsgConst (const MsgConst &msgConst)
const MsgConstgetMsgConst (void) const
std::string operator() (unsigned int type)
template<class T >
std::string operator() (unsigned int type, const T &t)
const MessagesCollection getMessagesCollection (void) const

Detailed Description

Definition at line 24 of file CustomMessage.hpp.

Constructor & Destructor Documentation

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

Definition at line 8 of file CustomMessage.cpp.

HCE::CustomMessage::CustomMessage ( const CustomMessage rhs)

Definition at line 13 of file CustomMessage.cpp.

HCE::CustomMessage::CustomMessage ( CustomMessage &&  rhs)

Definition at line 19 of file CustomMessage.cpp.

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

Definition at line 25 of file CustomMessage.cpp.

Member Function Documentation

const MessagesCollection HCE::CustomMessage::getMessagesCollection ( void  ) const
inline

Definition at line 58 of file CustomMessage.hpp.

Here is the caller graph for this function:

const MsgConst& HCE::CustomMessage::getMsgConst ( void  ) const
inline

Definition at line 46 of file CustomMessage.hpp.

Here is the caller graph for this function:

std::string HCE::CustomMessage::operator() ( unsigned int  type)

Definition at line 72 of file CustomMessage.cpp.

template<class T >
std::string HCE::CustomMessage::operator() ( unsigned int  type,
const T &  t 
)
inline

Definition at line 51 of file CustomMessage.hpp.

CustomMessage & HCE::CustomMessage::operator= ( const CustomMessage rhs)

Definition at line 29 of file CustomMessage.cpp.

Here is the call graph for this function:

CustomMessage & HCE::CustomMessage::operator= ( CustomMessage &&  rhs)

Definition at line 39 of file CustomMessage.cpp.

Here is the call graph for this function:

void HCE::CustomMessage::setMsgConst ( const MsgConst msgConst)

Definition at line 49 of file CustomMessage.cpp.

Here is the caller graph for this function:


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