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
wesnothd::server::connection_log Struct Reference

Public Member Functions

 connection_log (std::string _nick, std::string _ip, time_t _log_off)
 
bool operator== (const connection_log &c) const
 

Public Attributes

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

Detailed Description

Definition at line 86 of file server.hpp.

Constructor & Destructor Documentation

wesnothd::server::connection_log::connection_log ( std::string  _nick,
std::string  _ip,
time_t  _log_off 
)
inline

Definition at line 87 of file server.hpp.

Member Function Documentation

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

Definition at line 92 of file server.hpp.

References ip, and nick.

Member Data Documentation

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

Definition at line 89 of file server.hpp.

Referenced by operator==().

time_t wesnothd::server::connection_log::log_off

Definition at line 90 of file server.hpp.

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

Definition at line 89 of file server.hpp.

Referenced by operator==().


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