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_id_matches Struct Reference

#include <game.hpp>

Public Member Functions

 game_id_matches (int id)
 
bool operator() (const game &g) const
 

Private Attributes

int id_
 

Detailed Description

Definition at line 425 of file game.hpp.

Constructor & Destructor Documentation

wesnothd::game_id_matches::game_id_matches ( int  id)
inline

Definition at line 426 of file game.hpp.

Member Function Documentation

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

Definition at line 427 of file game.hpp.

References wesnothd::game::id(), and id_.

Member Data Documentation

int wesnothd::game_id_matches::id_
private

Definition at line 430 of file game.hpp.

Referenced by operator()().


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