PropertyTree.hpp File Reference
#include <functional>
#include <iosfwd>
#include <memory>
#include <optional>
#include <string>
#include <vector>
Include dependency graph for PropertyTree.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Opm::PropertyTree
 Hierarchical collection of key/value pairs. More...
 

Namespaces

namespace  boost
 
namespace  boost::property_tree
 
namespace  Opm
 

Typedefs

using boost::property_tree::ptree = basic_ptree< std::string, std::string, std::less< std::string > >