Public Member Functions | |
message_item () | |
message_item (std::string msg, msg_channel_type chan, int par, bool jn) | |
message_item (std::string msg, msg_channel_type chan, int par, int rep, int trn) | |
operator bool () const | |
std::string | pure_text () const |
std::string | with_repeats () const |
bool | merge (const message_item &other) |
Public Attributes | |
msg_channel_type | channel |
int | param |
std::string | text |
int | repeats |
long | turn |
bool | join |
message_item::message_item | ( | ) | [inline] |
message_item::message_item | ( | std::string | msg, | |
msg_channel_type | chan, | |||
int | par, | |||
bool | jn | |||
) | [inline] |
message_item::message_item | ( | std::string | msg, | |
msg_channel_type | chan, | |||
int | par, | |||
int | rep, | |||
int | trn | |||
) | [inline] |
message_item::operator bool | ( | ) | const [inline] |
std::string message_item::pure_text | ( | ) | const [inline] |
std::string message_item::with_repeats | ( | ) | const [inline] |
bool message_item::merge | ( | const message_item & | other | ) | [inline] |
long message_item::turn |
bool message_item::join |