3 #include <hocon/config_value.hpp>
19 virtual shared_value
replace_child(shared_value
const& child, shared_value replacement)
const = 0;
An AbstractConfigValue which contains other values.
virtual shared_value replace_child(shared_value const &child, shared_value replacement) const =0
Replace a child of this value.
virtual bool has_descendant(shared_value const &descendant) const =0
Super-expensive full traversal to see if descendant is anywhere underneath this container.
Factory for creating config_document instances.