OGS
ConfigTreeUtil.h
Go to the documentation of this file.
1
11#pragma once
12
13#include <iosfwd>
14#include <string>
15
16#include "ConfigTree.h"
17
18namespace BaseLib
19{
47ConfigTree makeConfigTree(std::string const& filepath,
48 bool const be_ruthless,
49 std::string const& toplevel_tag,
50 std::stringstream& prj_stream);
51
52ConfigTree makeConfigTreeFromFile(const std::string& filepath,
53 const bool be_ruthless,
54 const std::string& toplevel_tag);
55
56} // namespace BaseLib
ConfigTree makeConfigTreeFromFile(const std::string &filepath, const bool be_ruthless, const std::string &toplevel_tag)
ConfigTree makeConfigTree(const std::string &filepath, const bool be_ruthless, const std::string &toplevel_tag, std::stringstream &prj_stream)