GTK+ IOStream
Beta
<< GTK+ >> add C++ IOStream operators to GTK+. Now with extra abilities ... like network serialisation
|
#include <HeapTreeType.H>
Public Attributes | |
unsigned int | level |
The level of the tree which is pointed to, from the top. More... | |
unsigned int | child |
The numeric count of the child in the tree from the top. More... | |
A class to manage the tree co-ordinates.
The tree co-ordinates are the tree level and index in the level.
Definition at line 35 of file HeapTreeType.H.
unsigned int HeapTreeCell::child |
The numeric count of the child in the tree from the top.
Definition at line 38 of file HeapTreeType.H.
unsigned int HeapTreeCell::level |
The level of the tree which is pointed to, from the top.
Definition at line 37 of file HeapTreeType.H.