|
SPH
|
#include <IteratorAdapters.h>
Public Member Functions | |
| INLINE | IndexSequence (const Size from, const Size to) |
| INLINE IndexIterator | begin () const |
| INLINE IndexIterator | end () const |
| INLINE Size | size () const |
| INLINE bool | operator== (const IndexSequence &other) const |
Protected Attributes | |
| Size | from |
| Size | to |
Friends | |
| std::ostream & | operator<< (std::ostream &ofs, const IndexSequence &sequence) |
Definition at line 601 of file IteratorAdapters.h.
Definition at line 607 of file IteratorAdapters.h.
|
inline |
Definition at line 613 of file IteratorAdapters.h.
|
inline |
Definition at line 617 of file IteratorAdapters.h.
|
inline |
Definition at line 625 of file IteratorAdapters.h.
Definition at line 621 of file IteratorAdapters.h.
|
friend |
Definition at line 629 of file IteratorAdapters.h.
|
protected |
Definition at line 603 of file IteratorAdapters.h.
|
protected |
Definition at line 604 of file IteratorAdapters.h.