9 : msgConst(), collection(collection_)
24 std::string CustomMessage::makeMessage(
unsigned int type)
26 std::ostringstream outMsg;
31 std::string CustomMessage::makeMessage(
unsigned int type,
const std::string& arg)
33 std::ostringstream outMsg;
35 if (!outMsg.str().empty() && !arg.empty())
42 return makeMessage(type);
47 return makeMessage(type, arg);
52 return makeMessage(type, ((arg)?std::string(arg):std::string()));
57 return makeMessage(type, std::to_string(arg));