OGS
ConfigTreeUtil.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) OpenGeoSys Community (opengeosys.org)
2// SPDX-License-Identifier: BSD-3-Clause
3
4#pragma once
5
6#include <iosfwd>
7#include <string>
8
9#include "ConfigTree.h"
10
11namespace BaseLib
12{
40ConfigTree makeConfigTree(std::string const& filepath,
41 bool const be_ruthless,
42 std::string const& toplevel_tag,
43 std::stringstream& prj_stream);
44
45ConfigTree makeConfigTreeFromFile(const std::string& filepath,
46 const bool be_ruthless,
47 const std::string& toplevel_tag);
48
49} // 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)