#include <replay.hpp>
Public Member Functions | |
| const std::string & | text () const |
| const std::string & | nick () const |
| const color_t & | color () const |
| const auto & | time () const |
| chat_msg (const config &cfg) | |
| virtual | ~chat_msg () |
Private Attributes | |
| color_t | color_ |
| std::string | nick_ |
| std::string | text_ |
| std::chrono::system_clock::time_point | time_ |
Definition at line 33 of file replay.hpp.
| chat_msg::chat_msg | ( | const config & | cfg | ) |
Definition at line 143 of file replay.cpp.
References cfg, color_, team::get_side_color(), LOG_REPLAY, and nick_.
|
virtual |
Definition at line 162 of file replay.cpp.
|
inline |
Definition at line 37 of file replay.hpp.
References color_.
|
inline |
Definition at line 36 of file replay.hpp.
References nick_.
|
inline |
Definition at line 35 of file replay.hpp.
References text_.
|
inline |
Definition at line 38 of file replay.hpp.
References time_.
|
private |
Definition at line 42 of file replay.hpp.
Referenced by chat_msg(), and color().
|
private |
Definition at line 43 of file replay.hpp.
Referenced by chat_msg(), and nick().
|
private |
Definition at line 44 of file replay.hpp.
Referenced by text().
|
private |
Definition at line 45 of file replay.hpp.
Referenced by time().