dbxTree.h | Doc |
This constructor automatically reads in the whole tree. Normaly you have to use one of the tree pointers (file header (39),(3a) or (3b)) for address and the corresponding number of entries (file header (31),(32) or(33)) for values. If the tree stores another number of pointers, an exception is thrown.
Returns the value stored in the tree at position index. Possible values for index are 0,1,...,Values-1 .
I used this function to log my results while I tried to decode the dbx file format.
This function reads in the tree recursivly starting from the root node.