Searched defs:BinaryTreeBase (Results 1 - 1 of 1) sorted by last modified time

/frameworks/compile/mclinker/include/mcld/ADT/
H A DBinTree.h253 /** \class BinaryTreeBase
254 * \brief BinaryTreeBase gives root node and memory management.
256 * The memory management of nodes in is hidden by BinaryTreeBase.
257 * BinaryTreeBase also provides the basic functions for merging a tree and
263 class BinaryTreeBase : private Uncopyable class in namespace:mcld
330 BinaryTreeBase() function in class:mcld::BinaryTreeBase
334 virtual ~BinaryTreeBase()
357 class BinaryTree : public BinaryTreeBase<DataType>
383 : BinaryTreeBase<DataType>()
391 { return bfs_iterator(BinaryTreeBase<DataTyp
[all...]

Completed in 40 milliseconds