self& operator++()
Post-increment.
self operator++(int)
Pre-increment.
These functions are identical to those of db_map_base_iterator and db_map_iterator and db_set_iterator .
Actually the iterator movement functions in the four classes are the same.