Lines Matching defs:BinaryTree
71 class BinaryTree<Input> : public BinaryTreeBase<Input>
82 typedef BinaryTree<Input> Self;
96 BinaryTree()
100 ~BinaryTree() {
186 BinaryTree& join(Pos position, const Input& value) {
204 BinaryTree& merge(Pos position, BinaryTree& pTree) {
228 class InputTree : public BinaryTree<Input>
231 typedef BinaryTree<Input> BinTreeTy;
239 typedef BinaryTree<Input>::iterator iterator;
240 typedef BinaryTree<Input>::const_iterator const_iterator;