tree-gen
C++ code generator for tree structures
tree-base.hpp
Go to the documentation of this file.
1 
5 #pragma once
6 
7 #include "tree-compat.hpp"
8 #include "tree-annotatable.hpp"
9 #include "tree-cbor.hpp"
10 
12 #include "tree-base.hpp.inc"
13 #include "tree-undef.hpp.inc"
This file contains the magic needed to allow users to add their own data to tree nodes without needin...
Contains classes to do with serialization and deserialization of trees using RFC7049 CBOR...
Contains cross-platform compatibility logic.