intrig / ict

Intrig C++ Toolkit
MIT License
5 stars 4 forks source link

remove member functions from multivector and make standalone, rename root_cursor #3

Closed intrig closed 9 years ago

intrig commented 9 years ago

The following should be made into non-member functions:

Rename first_item() -> is_first_child()

Rename root_cursor to ascending_cursor

Implement ict::linear_begin(begin) and ict::linear_end(parent)

intrig commented 9 years ago

Finished.