carl
24.04
Computer ARithmetic Library
|
#include <Heap.h>
Public Member Functions | |
c_iterator (const Tree &tree) | |
c_iterator (const Tree &tree, Heap::Node startpos) | |
const Entry | get () const |
void | next () |
const Node & | getNode () const |
Protected Attributes | |
const Heap::Tree & | mTree |
Heap::Node | pos |
Friends | |
bool | operator== (c_iterator lhs, c_iterator rhs) |
bool | operator!= (c_iterator lhs, c_iterator rhs) |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
|
friend |
|
protected |
|
protected |