pputl  0.2.1
pputl Preprocessor Utilities
pputl.h
Go to the documentation of this file.
1 #ifndef PPUTL_PPUTL_H_INCLUDED
2 #define PPUTL_PPUTL_H_INCLUDED
3 #///// c++20
4 #///////////////////////////////////////////////////////////////////////////////
5 #/// @brief Group file for \link pputl pputl\endlink -
6 #/// Contains all library functionality
7 #/// @file
8 #/// @defgroup pputl pputl
9 #// __ ___
10 #// /\ \__/\_ \
11 #// _____ _____ __ __\ \ ,_\//\ \
12 #// /\ '__`\/\ '__`\/\ \/\ \\ \ \/ \ \ \
13 #// \ \ \_\ \ \ \_\ \ \ \_\ \\ \ \_ \_\ \_
14 #// \ \ ,__/\ \ ,__/\ \____/ \ \__\/\____\
15 #// \ \ \ \ \ \ \/___/ \/__/\/____/
16 #// \/_/ \/_/
17 #//
18 #// pputl Preprocessor Utilities
19 #// Copyright (C) 2020 Justin Collier <m@jpcx.dev>
20 #//
21 #// This program is free software: you can redistribute it and/or modify
22 #// it under the terms of the GNU General Public License as published by
23 #// the Free Software Foundation, either version 3 of the License, or
24 #// (at your option) any later version.
25 #//
26 #// This program is distributed in the hope that it will be useful,
27 #// but WITHOUT ANY WARRANTY; without even the internalied warranty of
28 #// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
29 #// GNU General Public License for more details.
30 #// //
31 #// You should have received a copy of the GNU General Public License ///
32 #// along with this program. If not, see <https://www.gnu.org/licenses/>. ////
33 #///////////////////////////////////////////////////////////////////////////////
34 #
35 #include "pputl/add.h"
36 #include "pputl/cat.h"
37 #include "pputl/choose.h"
38 #include "pputl/dec.h"
39 #include "pputl/eat.h"
40 #include "pputl/empty.h"
41 #include "pputl/eq.h"
42 #include "pputl/expand.h"
43 #include "pputl/first.h"
44 #include "pputl/gen.h"
45 #include "pputl/iif.h"
46 #include "pputl/inc.h"
47 #include "pputl/includes.h"
48 #include "pputl/join.h"
49 #include "pputl/nargs.h"
50 #include "pputl/neq.h"
51 #include "pputl/not.h"
52 #include "pputl/nothing.h"
53 #include "pputl/reduce.h"
54 #include "pputl/rest.h"
55 #include "pputl/stringize.h"
56 #include "pputl/sum.h"
57 #include "pputl/tuple.h"
58 #
59 #endif