This class represenst a single stored chat message. More...
#include <lobby_data.hpp>

Public Member Functions | |
| chat_message (const time_t ×tamp, const std::string &user, const std::string &message) | |
| Create a chat message. | |
Public Attributes | |
| time_t | timestamp |
| std::string | user |
| std::string | message |
This class represenst a single stored chat message.
Definition at line 28 of file lobby_data.hpp.
| chat_message::chat_message | ( | const time_t & | timestamp, | |
| const std::string & | user, | |||
| const std::string & | message | |||
| ) |
Create a chat message.
Definition at line 42 of file lobby_data.cpp.
| std::string chat_message::message |
Definition at line 35 of file lobby_data.hpp.
| time_t chat_message::timestamp |
Definition at line 33 of file lobby_data.hpp.
| std::string chat_message::user |
Definition at line 34 of file lobby_data.hpp.
| Generated by doxygen 1.7.1 on Fri May 25 2012 01:11:44 for The Battle for Wesnoth | Gna! | Forum | Wiki | CIA | devdocs |