9 : msgConst(), collection(collection_)
14 : msgConst(), collection()
20 : msgConst(), collection()
22 (*this) = std::forward<CustomMessage>(rhs);
44 collection = std::move(rhs.getMessagesCollection());
56 std::string CustomMessage::makeMessage(
unsigned int type)
58 std::ostringstream outMsg;
63 std::string CustomMessage::makeMessage(
unsigned int type,
const std::string& arg)
65 std::ostringstream outMsg;
67 if (!outMsg.str().empty() && !arg.empty())
74 return makeMessage(type);