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 329 of file CoinSearchTree.hpp.
CoinSearchTree< Comp >::CoinSearchTree | ( | ) | [inline] |
Definition at line 380 of file CoinSearchTree.hpp.
CoinSearchTree< Comp >::CoinSearchTree | ( | const CoinSearchTreeBase & | t | ) | [inline] |
Definition at line 381 of file CoinSearchTree.hpp.
virtual CoinSearchTree< Comp >::~CoinSearchTree | ( | ) | [inline, virtual] |
Definition at line 388 of file CoinSearchTree.hpp.
virtual void CoinSearchTree< Comp >::realpop | ( | ) | [inline, protected, virtual] |
Implements CoinSearchTreeBase.
Definition at line 335 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 341 of file CoinSearchTree.hpp.
virtual void CoinSearchTree< Comp >::realpush | ( | CoinTreeSiblings * | s | ) | [inline, protected, virtual] |
Implements CoinSearchTreeBase.
Definition at line 365 of file CoinSearchTree.hpp.
const char* CoinSearchTree< Comp >::compName | ( | ) | const [inline, virtual] |
Implements CoinSearchTreeBase.
Definition at line 389 of file CoinSearchTree.hpp.