- Copyright
- Copyright (c) 2012-2021, OpenGeoSys Community (http://www.opengeosys.org) Distributed under a Modified BSD License. See accompanying file LICENSE.txt or http://www.opengeosys.org/project/license
Definition in file ConfigTree.h.
#include <boost/property_tree/ptree.hpp>
#include <functional>
#include <map>
#include <memory>
#include <optional>
#include <typeindex>
#include <utility>
#include <vector>
#include "ConfigTree-impl.h"
Go to the source code of this file.
|
void | BaseLib::checkAndInvalidate (ConfigTree *const conf) |
|
void | BaseLib::checkAndInvalidate (std::unique_ptr< ConfigTree > const &conf) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...
|
|
void | BaseLib::checkAndInvalidate (ConfigTree &conf) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...
|
|