#include <data.hpp>

Public Member Functions | |
| bool | match (const game_info &game) const |
Public Member Functions inherited from game_filter_stack | |
| game_filter_stack () | |
| virtual | ~game_filter_stack () |
| void | append (game_filter_base *f) |
| Takes ownership. More... | |
| void | clear () |
| bool | empty () const |
Public Member Functions inherited from game_filter_base | |
| virtual | ~game_filter_base () |
| bool | operator() (const game_info &game) const |
Additional Inherited Members | |
Protected Attributes inherited from game_filter_stack | |
| std::vector< game_filter_base * > | filters_ |
|
virtual |
Implements game_filter_base.
Definition at line 413 of file data.cpp.
References game_filter_stack::filters_.
Referenced by lobby_info::apply_game_filter().
1.8.8