Lines Matching defs:BinaryTree
28 class BinaryTree;
177 class BinaryTree;
263 * @see BinaryTree
354 /** \class BinaryTree
360 class BinaryTree : public BinaryTreeBase<DataType>
371 typedef BinaryTree<DataType> Self;
385 BinaryTree()
389 ~BinaryTree() {
442 BinaryTree& join(Pos position, const DataType& value) {
460 BinaryTree& merge(Pos position, BinaryTree& pTree) {