Skip to content
Snippets Groups Projects
Commit 5d397e50 authored by Carsten Gräser's avatar Carsten Gräser
Browse files

Redesigned iterators:

* Removed ugly ReferenceStorageIterator since
  * it stored either a reference or a fake reference
  * you could not use iterator->method
  * you could not assign iterators
* Introduce ContainerWrapperIterator
  * always stores an assignable ContainerWrapper object
  * allows iterator->method()
  * can be used for any other sparse row type

[[Imported from SVN: r1127]]
parent c678d852
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment