|
||||
File indexing completed on 2025-01-18 09:54:44
0001 // Copyright (c) 2017-2023, 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 // [CLI11:public_includes:set] 0010 #include <algorithm> 0011 #include <string> 0012 #include <vector> 0013 // [CLI11:public_includes:end] 0014 0015 #include "App.hpp" 0016 #include "FormatterFwd.hpp" 0017 0018 namespace CLI { 0019 // [CLI11:formatter_hpp:verbatim] 0020 // [CLI11:formatter_hpp:end] 0021 } // namespace CLI 0022 0023 #ifndef CLI11_COMPILE 0024 #include "impl/Formatter_inl.hpp" 0025 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |