Home | History | Annotate | Download | only in mcld

Lines Matching refs:BinaryTree

66 class BinaryTree<Input> : public BinaryTreeBase<Input> {
76 typedef BinaryTree<Input> Self;
94 BinaryTree() : BinaryTreeBase<Input>() {}
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<Input>::iterator iterator;
227 typedef BinaryTree<Input>::const_iterator const_iterator;