|
CoinUtils
trunk
|
#include <CoinSearchTree.hpp>
Public Member Functions | |
| CoinTreeSiblings (const int n, CoinTreeNode **nodes) | |
| CoinTreeSiblings (const CoinTreeSiblings &s) | |
| ~CoinTreeSiblings () | |
| CoinTreeNode * | currentNode () const |
| bool | advanceNode () |
| returns false if cannot be advanced | |
| int | toProcess () const |
| int | size () const |
| void | printPref () const |
Definition at line 108 of file CoinSearchTree.hpp.
| CoinTreeSiblings::CoinTreeSiblings | ( | const int | n, |
| CoinTreeNode ** | nodes | ||
| ) | [inline] |
Definition at line 117 of file CoinSearchTree.hpp.
| CoinTreeSiblings::CoinTreeSiblings | ( | const CoinTreeSiblings & | s | ) | [inline] |
Definition at line 122 of file CoinSearchTree.hpp.
| CoinTreeSiblings::~CoinTreeSiblings | ( | ) | [inline] |
Definition at line 129 of file CoinSearchTree.hpp.
| CoinTreeNode* CoinTreeSiblings::currentNode | ( | ) | const [inline] |
Definition at line 130 of file CoinSearchTree.hpp.
| bool CoinTreeSiblings::advanceNode | ( | ) | [inline] |
returns false if cannot be advanced
Definition at line 132 of file CoinSearchTree.hpp.
| int CoinTreeSiblings::toProcess | ( | ) | const [inline] |
Definition at line 133 of file CoinSearchTree.hpp.
| int CoinTreeSiblings::size | ( | ) | const [inline] |
Definition at line 134 of file CoinSearchTree.hpp.
| void CoinTreeSiblings::printPref | ( | ) | const [inline] |
Definition at line 135 of file CoinSearchTree.hpp.
1.7.6.1