PropertyTree.hpp
Go to the documentation of this file.
PropertyTree & operator=(const PropertyTree &tree) PropertyTree() T get(const std::string &key, const T &defValue) const std::unique_ptr< boost::property_tree::ptree > tree_ Internal representation of the property tree. Definition: PropertyTree.hpp:168 void write_json(std::ostream &os, bool pretty) const T get(const std::string &key) const PropertyTree(const boost::property_tree::ptree &tree) std::optional< std::vector< T > > get_child_items_as_vector(const std::string &child) const PropertyTree(const PropertyTree &tree) std::optional< PropertyTree > get_child_optional(const std::string &key) const void put(const std::string &key, const T &data) PropertyTree get_child(const std::string &key) const PropertyTree(const std::string &jsonFile) Definition: PropertyTree.hpp:31 Definition: blackoilboundaryratevector.hh:39 Definition: PropertyTree.hpp:30 |