CoinUtils
trunk
|
#include <CoinSearchTree.hpp>
Public Member Functions | |
CoinSearchTree () | |
CoinSearchTree (const CoinSearchTreeBase &t) | |
virtual | ~CoinSearchTree () |
const char * | compName () const |
Protected Member Functions | |
virtual void | realpop () |
virtual void | fixTop () |
After changing data in the top node, fix the heap. | |
virtual void | realpush (CoinTreeSiblings *s) |
Definition at line 331 of file CoinSearchTree.hpp.
CoinSearchTree< Comp >::CoinSearchTree | ( | ) | [inline] |
Definition at line 382 of file CoinSearchTree.hpp.
CoinSearchTree< Comp >::CoinSearchTree | ( | const CoinSearchTreeBase & | t | ) | [inline] |
Definition at line 383 of file CoinSearchTree.hpp.
virtual CoinSearchTree< Comp >::~CoinSearchTree | ( | ) | [inline, virtual] |
Definition at line 390 of file CoinSearchTree.hpp.
virtual void CoinSearchTree< Comp >::realpop | ( | ) | [inline, protected, virtual] |
Implements CoinSearchTreeBase.
Definition at line 337 of file CoinSearchTree.hpp.
virtual void CoinSearchTree< Comp >::fixTop | ( | ) | [inline, protected, virtual] |
After changing data in the top node, fix the heap.
Implements CoinSearchTreeBase.
Definition at line 343 of file CoinSearchTree.hpp.
virtual void CoinSearchTree< Comp >::realpush | ( | CoinTreeSiblings * | s | ) | [inline, protected, virtual] |
Implements CoinSearchTreeBase.
Definition at line 367 of file CoinSearchTree.hpp.
const char* CoinSearchTree< Comp >::compName | ( | ) | const [inline, virtual] |
Implements CoinSearchTreeBase.
Definition at line 391 of file CoinSearchTree.hpp.