#include <data.hpp>
Public Member Functions | |
game_filter_general_string_part (const std::string &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 | |
std::string | value_ |
|
inlineexplicit |
|
virtual |
Implements game_filter_base.
Definition at line 423 of file data.cpp.
References chars_equal_insensitive(), game_info::map_info, game_info::name, and value_.
|
private |