CLI11  2.2.0
CLI.hpp
Go to the documentation of this file.
1 // Copyright (c) 2017-2022, University of Cincinnati, developed by Henry Schreiner
2 // under NSF AWARD 1414736 and by the respective contributors.
3 // All rights reserved.
4 //
5 // SPDX-License-Identifier: BSD-3-Clause
6 
7 #pragma once
8 
9 // CLI Library includes
10 // Order is important for combiner script
11 
12 #include "Version.hpp"
13 
14 #include "Macros.hpp"
15 
16 #include "StringTools.hpp"
17 
18 #include "Error.hpp"
19 
20 #include "TypeTools.hpp"
21 
22 #include "Split.hpp"
23 
24 #include "ConfigFwd.hpp"
25 
26 #include "Validators.hpp"
27 
28 #include "FormatterFwd.hpp"
29 
30 #include "Option.hpp"
31 
32 #include "App.hpp"
33 
34 #include "Config.hpp"
35 
36 #include "Formatter.hpp"