Public Member Functions | |
filter_formula (const std::string &formula) | |
bool | operator() (const queued_event &event_info) const override |
Runs the filter and returns whether it passes on the given event. More... | |
void | serialize (config &cfg) const override |
Serializes the filter into a config, if possible. More... | |
bool | can_serialize () const override |
Returns true if it is possible to serialize the filter into a config. More... | |
![]() | |
virtual | ~event_filter ()=default |
event_filter ()=default | |
Private Attributes | |
wfl::formula | formula_ |
Definition at line 264 of file handlers.cpp.
|
inline |
Definition at line 265 of file handlers.cpp.
|
inlineoverridevirtual |
Returns true if it is possible to serialize the filter into a config.
Reimplemented from game_events::event_filter.
Definition at line 282 of file handlers.cpp.
|
inlineoverridevirtual |
Runs the filter and returns whether it passes on the given event.
Implements game_events::event_filter.
Definition at line 266 of file handlers.cpp.
References data.
|
inlineoverridevirtual |
Serializes the filter into a config, if possible.
Reimplemented from game_events::event_filter.
Definition at line 273 of file handlers.cpp.
References config::has_attribute().
|
private |
Definition at line 287 of file handlers.cpp.