tree-gen
C++ code generator for tree structures
File List
Here is a list of all files with brief descriptions:
[detail level 12]
  generatorContains the source files for the tree-gen tool
 tree-gen-cpp.cppC++ generation source file for tree-gen
 tree-gen-cpp.hppHeader file for tree-gen-cpp.cpp
 tree-gen-python.cppPython generation source file for tree-gen
 tree-gen-python.hppHeader file for tree-gen-python.cpp
 tree-gen.cppMain source file for tree-gen
 tree-gen.hppHeader file for tree-gen
  include
 tree-all.cpp.inc
 tree-all.hppMain header that includes all default support library headers
 tree-all.hpp.inc
 tree-annotatable.cpp.inc
 tree-annotatable.hppThis file contains the magic needed to allow users to add their own data to tree nodes without needing to change the tree structure
 tree-annotatable.hpp.inc
 tree-base.cpp.inc
 tree-base.hppDefines the base types used by tree-gen to construct trees
 tree-base.hpp.inc
 tree-cbor.cpp.inc
 tree-cbor.hppContains classes to do with serialization and deserialization of trees using RFC7049 CBOR
 tree-cbor.hpp.inc
 tree-compat.hppContains cross-platform compatibility logic
 tree-compat.hpp.inc
 tree-default-config.hpp.inc
 tree-undef.hpp.inc
  src
 tree-all.cpp