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

/frameworks/compile/mclinker/include/mcld/
H A DInputTree.h66 class BinaryTree<Input> : public BinaryTreeBase<Input> { class in namespace:mcld
76 typedef BinaryTree<Input> Self;
94 BinaryTree() : BinaryTreeBase<Input>() {} function in class:mcld::BinaryTree
96 ~BinaryTree() {}
176 BinaryTree& join(TreeIteratorBase& pPosition, const Input& value) {
194 BinaryTree& merge(TreeIteratorBase& pPosition, BinaryTree& pTree) {
216 class InputTree : public BinaryTree<Input> {
218 typedef BinaryTree<Input> BinTreeTy;
226 typedef BinaryTree<Inpu
[all...]
/frameworks/compile/mclinker/include/mcld/ADT/
H A DBinTree.h25 class BinaryTree;
168 class BinaryTree;
250 * @see BinaryTree
330 /** \class BinaryTree
336 class BinaryTree : public BinaryTreeBase<DataType> { class in namespace:mcld
346 typedef BinaryTree<DataType> Self;
365 BinaryTree() : BinaryTreeBase<DataType>() {} function in class:mcld::BinaryTree
367 ~BinaryTree() {}
431 BinaryTree& join(TreeIteratorBase& pPosition, const DataType& pValue) {
449 BinaryTree
[all...]

Completed in 50 milliseconds