Searched defs:BinaryTreeBase (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/include/mcld/ADT/
H A DBinTree.h256 /** \class BinaryTreeBase
257 * \brief BinaryTreeBase gives root node and memory management.
259 * The memory management of nodes in is hidden by BinaryTreeBase.
260 * BinaryTreeBase also provides the basic functions for merging a tree and
266 class BinaryTreeBase : private Uncopyable class in namespace:mcld
333 BinaryTreeBase() function in class:mcld::BinaryTreeBase
337 virtual ~BinaryTreeBase()
360 class BinaryTree : public BinaryTreeBase<DataType>
386 : BinaryTreeBase<DataType>()
394 { return bfs_iterator(BinaryTreeBase<DataTyp
[all...]

Completed in 6 milliseconds