src/cx/tree.h

changeset 1512
0dc866c7863b
parent 1426
3a89b31f0724
equal deleted inserted replaced
1511:3985ca9b18e0 1512:0dc866c7863b
86 * Offset in the node struct for the next pointer. 86 * Offset in the node struct for the next pointer.
87 */ 87 */
88 ptrdiff_t loc_next; 88 ptrdiff_t loc_next;
89 /** 89 /**
90 * The total number of distinct nodes that have been passed so far. 90 * The total number of distinct nodes that have been passed so far.
91 * This includes the current node.
91 */ 92 */
92 size_t counter; 93 size_t counter;
93 /** 94 /**
94 * The currently observed node. 95 * The currently observed node.
95 * 96 *
183 * Offset in the node struct for the next pointer. 184 * Offset in the node struct for the next pointer.
184 */ 185 */
185 ptrdiff_t loc_next; 186 ptrdiff_t loc_next;
186 /** 187 /**
187 * The total number of distinct nodes that have been passed so far. 188 * The total number of distinct nodes that have been passed so far.
189 * This includes the currently visited node.
188 */ 190 */
189 size_t counter; 191 size_t counter;
190 /** 192 /**
191 * The currently observed node. 193 * The currently observed node.
192 * 194 *

mercurial