Skip to content
djpnewton edited this page Nov 11, 2011 · 2 revisions

A tree contains two parts, a descriptor and the data. The descriptor describes the layout and names of all the individual blocks of data that make the whole:

  • tree descriptor (an array of tree nodes that describes the tree, made up of branch nodes and leaf nodes)
  • tree data (a buffer generally backed by a struct that conforms to the topography in the tree descriptor)
Clone this wiki locally