Struct Message

Struct Documentation

struct Message

Message struct with entity id and msg string.

Struct with message text and id string to save a message and the entity id together, used by Results.

Public Functions

inline Message()
inline Message(std::string new_id, std::string new_msg)
inline Message(std::string id, std::string msg, boost::optional<std::string> name)

Public Members

std::string id
std::string msg
boost::optional<std::string> name