Closed intrig closed 9 years ago
The following should be made into non-member functions:
leaf() -> ict::leaf()
rbegin() -> ict::ascending_begin(parent)
Rename first_item() -> is_first_child()
first_item() -> is_first_child()
Rename root_cursor to ascending_cursor
root_cursor
ascending_cursor
Implement ict::linear_begin(begin) and ict::linear_end(parent)
ict::linear_begin(begin)
ict::linear_end(parent)
Finished.
The following should be made into non-member functions:
leaf() -> ict::leaf()
rbegin() -> ict::ascending_begin(parent)
Rename
first_item() -> is_first_child()
Rename
root_cursor
toascending_cursor
Implement
ict::linear_begin(begin)
andict::linear_end(parent)