Public Member Functions | |
bool | operator== (const connection_log &c) const |
Public Attributes | |
std::string | nick |
std::string | ip |
std::chrono::system_clock::time_point | log_off |
Definition at line 96 of file server.hpp.
|
inline |
Definition at line 101 of file server.hpp.
std::string wesnothd::server::connection_log::ip |
Definition at line 98 of file server.hpp.
Referenced by operator==().
std::chrono::system_clock::time_point wesnothd::server::connection_log::log_off |
Definition at line 99 of file server.hpp.
std::string wesnothd::server::connection_log::nick |
Definition at line 98 of file server.hpp.
Referenced by operator==().