adamantine
validate_input_database.hh
Go to the documentation of this file.
1 /* SPDX-FileCopyrightText: Copyright (c) 2021 - 2024, the adamantine authors.
2  * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
3  */
4 
5 #ifndef VALIDATE_INPUT_DATABASE_HH
6 #define VALIDATE_INPUT_DATABASE_HH
7 
8 #include <boost/program_options.hpp>
9 #include <boost/property_tree/info_parser.hpp>
10 #include <boost/property_tree/ptree.hpp>
11 
12 namespace adamantine
13 {
14 void validate_input_database(boost::property_tree::ptree &database);
15 } // namespace adamantine
16 
17 #endif
void validate_input_database(boost::property_tree::ptree &database)