Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/CLI/Formatter.hpp was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 // Copyright (c) 2017-2024, University of Cincinnati, developed by Henry Schreiner
0002 // under NSF AWARD 1414736 and by the respective contributors.
0003 // All rights reserved.
0004 //
0005 // SPDX-License-Identifier: BSD-3-Clause
0006 
0007 #pragma once
0008 
0009 // IWYU pragma: private, include "CLI/CLI.hpp"
0010 
0011 // [CLI11:public_includes:set]
0012 #include <algorithm>
0013 #include <string>
0014 #include <vector>
0015 // [CLI11:public_includes:end]
0016 
0017 #include "App.hpp"
0018 #include "FormatterFwd.hpp"
0019 
0020 namespace CLI {
0021 // [CLI11:formatter_hpp:verbatim]
0022 // [CLI11:formatter_hpp:end]
0023 }  // namespace CLI
0024 
0025 #ifndef CLI11_COMPILE
0026 #include "impl/Formatter_inl.hpp"  // IWYU pragma: export
0027 #endif