#include <chat.hpp>
Inheritance diagram for obby::chat::emote_message:

Public Member Functions | |
| emote_message (const std::string &text, std::time_t timestamp, const user &from) | |
| emote_message (const serialise::object &obj, const user_table &user_table) | |
| virtual std::string | repr () const |
Definition at line 83 of file chat.hpp.
| obby::chat::emote_message::emote_message | ( | const std::string & | text, | |
| std::time_t | timestamp, | |||
| const user & | from | |||
| ) |
| obby::chat::emote_message::emote_message | ( | const serialise::object & | obj, | |
| const user_table & | user_table | |||
| ) |
| std::string obby::chat::emote_message::repr | ( | ) | const [virtual] |
Reimplemented from obby::chat::user_message.
Definition at line 146 of file chat.cpp.
References obby::user::get_name(), obby::chat::message::m_text, obby::chat::user_message::m_user, and obby::basic_format_string< string_type, stream_type >::str().
1.5.1