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

#include <game.hpp>

Public Member Functions

 game_is_member (socket_ptr sock)
 
bool operator() (const game &g) const
 

Private Attributes

socket_ptr sock_
 

Detailed Description

Definition at line 417 of file game.hpp.

Constructor & Destructor Documentation

wesnothd::game_is_member::game_is_member ( socket_ptr  sock)
inline

Definition at line 418 of file game.hpp.

Member Function Documentation

bool wesnothd::game_is_member::operator() ( const game g) const
inline

Definition at line 419 of file game.hpp.

References wesnothd::game::is_member(), wesnothd::game::is_owner(), and sock_.

Member Data Documentation

socket_ptr wesnothd::game_is_member::sock_
private

Definition at line 422 of file game.hpp.

Referenced by operator()().


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