Code Fragment: Tree



template <typename Object>
class Tree
  : public InspectableTree<Object>, PositionalContainer<Object> { };