#include <data.hpp>
Public Member Functions | |
game_filter_value (const T &value) | |
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 |
Private Attributes | |
T game_info::* | member_ |
T | value_ |
|
inlineexplicit |
|
inlinevirtual |
Implements game_filter_base.
Definition at line 252 of file data.hpp.
References game_filter_value< T, member, OP >::member_, and game_filter_value< T, member, OP >::value_.
|
private |
Definition at line 258 of file data.hpp.
Referenced by game_filter_value< T, member, OP >::match().
|
private |
Definition at line 259 of file data.hpp.
Referenced by game_filter_value< T, member, OP >::match().