The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Public Attributes | List of all members
mp::chat::msg Struct Reference

Public Member Functions

 msg (const time_t &time, const std::string &user, const std::string &message)
 

Public Attributes

time_t time
 
std::string user
 
std::string message
 

Detailed Description

Definition at line 56 of file multiplayer_ui.hpp.

Constructor & Destructor Documentation

mp::chat::msg::msg ( const time_t &  time,
const std::string user,
const std::string message 
)
inline

Definition at line 57 of file multiplayer_ui.hpp.

Member Data Documentation

std::string mp::chat::msg::message

Definition at line 61 of file multiplayer_ui.hpp.

Referenced by mp::chat::color_message(), and mp::chat::format_message().

time_t mp::chat::msg::time

Definition at line 59 of file multiplayer_ui.hpp.

Referenced by mp::chat::format_message().

std::string mp::chat::msg::user

Definition at line 60 of file multiplayer_ui.hpp.

Referenced by mp::chat::color_message(), and mp::chat::format_message().


The documentation for this struct was generated from the following file: