tree-gen
C++ code generator for tree structures
tree-all.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 #include "tree-base.hpp"
Defines the base types used by tree-gen to construct trees.
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.