ShPtr< Element > ElPtr
An alias for a shared pointer of Element class.
StaCopy(const ElPtr &elem)
Constructor of StaCopy class.
This file has a definition of Starter class, which is a subclass of Updater class.
std::function< bool(const Json &)> JsonToBoolFunc
An alias for a function accepts a Json object and returns a bool.
nlohmann::json Json
Json is an alias for nlohmann::json.
virtual void compute_impl(Json &data, JsonToVoidFunc check_required_keys, JsonToBoolFunc check_optional_keys) override
This method overrides Updater::compute_impl.
static const bool do_sorting_by_id
Starter sets some properties to an empty Element object.
StaCopy copies Element::data of an existing Element object and sets it to a new Element object...
std::function< void(const Json &)> JsonToVoidFunc
An alias for a function accepts a Json object.