Panini
1.4.0
Header-only library for generating C++, written in C++17
Panini.hpp
Go to the documentation of this file.
1
/*
2
MIT No Attribution
3
4
Copyright 2021-2023 Mr. Hands
5
6
Permission is hereby granted, free of charge, to any person obtaining a copy
7
of this software and associated documentation files (the "Software"), to
8
deal in the Software without restriction, including without limitation the
9
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
10
sell copies of the Software, and to permit persons to whom the Software is
11
furnished to do so.
12
13
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
16
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
18
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
19
DEALINGS IN THE SOFTWARE.
20
*/
21
22
#pragma once
23
24
// C/STL
25
26
#include <filesystem>
27
#include <fstream>
28
#include <functional>
29
#include <iostream>
30
#include <stdint.h>
31
#include <string>
32
#include <vector>
33
34
// Global
35
45
#include "
Version.hpp
"
46
47
// Commands
48
49
#include "
commands/Braces.hpp
"
50
#include "
commands/CommaList.hpp
"
51
#include "
commands/CommentBlock.hpp
"
52
#include "
commands/CommentLine.hpp
"
53
#include "
commands/FeatureFlag.hpp
"
54
#include "
commands/Include.hpp
"
55
#include "
commands/IncludeBlock.hpp
"
56
#include "
commands/IndentPop.hpp
"
57
#include "
commands/IndentPush.hpp
"
58
#include "
commands/Label.hpp
"
59
#include "
commands/NextLine.hpp
"
60
#include "
commands/Scope.hpp
"
61
62
// Writers
63
64
#include "
writers/CompareWriter.hpp
"
65
#include "
writers/ConsoleWriter.hpp
"
66
#include "
writers/DebugWriter.hpp
"
67
#include "
writers/FileWriter.hpp
"
68
#include "
writers/StringWriter.hpp
"
Braces.hpp
CommaList.hpp
CommentBlock.hpp
CommentLine.hpp
CompareWriter.hpp
ConsoleWriter.hpp
DebugWriter.hpp
FeatureFlag.hpp
FileWriter.hpp
Include.hpp
IncludeBlock.hpp
IndentPop.hpp
IndentPush.hpp
Label.hpp
NextLine.hpp
Scope.hpp
StringWriter.hpp
Version.hpp
include
Panini.hpp
Generated by
1.9.2