The Battle for Wesnoth  1.19.0-dev
Public Member Functions | Public Attributes | List of all members
wesnothd::server::connection_log Struct Reference

Public Member Functions

bool operator== (const connection_log &c) const
 

Public Attributes

std::string nick
 
std::string ip
 
std::time_t log_off
 

Detailed Description

Definition at line 94 of file server.hpp.

Member Function Documentation

◆ operator==()

bool wesnothd::server::connection_log::operator== ( const connection_log c) const
inline

Definition at line 99 of file server.hpp.

References c, ip, and nick.

Member Data Documentation

◆ ip

std::string wesnothd::server::connection_log::ip

Definition at line 96 of file server.hpp.

Referenced by operator==().

◆ log_off

std::time_t wesnothd::server::connection_log::log_off

Definition at line 97 of file server.hpp.

◆ nick

std::string wesnothd::server::connection_log::nick

Definition at line 96 of file server.hpp.

Referenced by operator==().


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