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
game_filter_not< T > Class Template Reference

#include <data.hpp>

Inheritance diagram for game_filter_not< T >:
Inheritance graph

Public Member Functions

 game_filter_not (const T &t)
 
bool match (const game_info &game) const
 
- Public Member Functions inherited from game_filter_base
virtual ~game_filter_base ()
 
bool operator() (const game_info &game) const
 

Public Attributes

t
 

Detailed Description

template<class T>
class game_filter_not< T >

Definition at line 203 of file data.hpp.

Constructor & Destructor Documentation

template<class T >
game_filter_not< T >::game_filter_not ( const T &  t)
inlineexplicit

Definition at line 206 of file data.hpp.

Member Function Documentation

template<class T >
bool game_filter_not< T >::match ( const game_info game) const
inlinevirtual

Implements game_filter_base.

Definition at line 209 of file data.hpp.

Member Data Documentation

template<class T >
T game_filter_not< T >::t

Definition at line 213 of file data.hpp.


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