Option++
2.0
C++ library for reading command-line options
include
optionpp
optionpp.hpp
Go to the documentation of this file.
1
/* Option++ -- read command-line program options
2
* Copyright (C) 2017-2020 Greg Kikola.
3
*
4
* This file is part of Option++.
5
*
6
* Option++ is free software: you can redistribute it and/or modify
7
* it under the terms of the Boost Software License version 1.0.
8
*
9
* Option++ is distributed in the hope that it will be useful,
10
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
* Boost Software License for more details.
13
*
14
* You should have received a copy of the Boost Software License
15
* along with Option++. If not, see
16
* <https://www.boost.org/LICENSE_1_0.txt>.
17
*/
18
/* Written by Greg Kikola <
[email protected]
>. */
19
25
#ifndef OPTIONPP_OPTIONPP_HPP
26
#define OPTIONPP_OPTIONPP_HPP
27
28
#include <
optionpp/parser.hpp
>
29
#include <
optionpp/result_iterator.hpp
>
30
31
#endif
result_iterator.hpp
Header file for parser_result class implementation.
parser.hpp
Header file for parser class.
Generated by
1.8.17