10 #include "../utils/message.h" ShPtr< Element > ElPtr
An alias for a shared pointer of Element class.
This file has a definition of Filter class, which is a subclass of Updater class. ...
nlohmann::json Json
Json is an alias for nlohmann::json.
virtual void compute_body(const ElPtr &elem, Json &data) override
Filter elements from array Element::data given as a mutable reference.
void warning(const Str &msg)
Waning with a message.
Namespace for utility functions.
virtual void compute_common(const ElPtr &elem, Json &data)
Common part of compute_body.