Tree Objects

The library provides an opaque Tree object that implements a binary search tree. This is useful for storing collections of organised and sorted data, that is frequently searched. Since Tree objects are implemented as a type of object, normal object operations may be performed on them, including referencing and locking. Trees can group objects of any type together, but can optionally only allow one type of object. More information about the features provided by these objects can be found in this directory and the BLOC/tree.h header file.