tree-gen
C++ code generator for tree structures
tree-all.cpp.inc
Go to the documentation of this file.
1 
6 // Set defaults for any unset configuration entries.
8 
9 // Include headers.
10 #include "tree-compat.hpp.inc"
11 #include "tree-cbor.hpp.inc"
12 #include "tree-annotatable.hpp.inc"
13 #include "tree-base.hpp.inc"
14 
15 // Include sources.
16 #include "tree-cbor.cpp.inc"
17 #include "tree-annotatable.cpp.inc"
18 #include "tree-base.cpp.inc"
19 
20 // Undefine configuration.
21 #include "tree-undef.hpp.inc"