SPH
Public Member Functions | Protected Attributes | Friends | List of all members
IndexSequence Class Reference

#include <IteratorAdapters.h>

Inheritance diagram for IndexSequence:
LeafIndexSequence

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)
 

Detailed Description

Definition at line 601 of file IteratorAdapters.h.

Constructor & Destructor Documentation

◆ IndexSequence()

INLINE IndexSequence::IndexSequence ( const Size  from,
const Size  to 
)
inline

Definition at line 607 of file IteratorAdapters.h.

Member Function Documentation

◆ begin()

INLINE IndexIterator IndexSequence::begin ( ) const
inline

Definition at line 613 of file IteratorAdapters.h.

◆ end()

INLINE IndexIterator IndexSequence::end ( ) const
inline

Definition at line 617 of file IteratorAdapters.h.

◆ operator==()

INLINE bool IndexSequence::operator== ( const IndexSequence other) const
inline

Definition at line 625 of file IteratorAdapters.h.

◆ size()

INLINE Size IndexSequence::size ( ) const
inline

Definition at line 621 of file IteratorAdapters.h.

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  ofs,
const IndexSequence sequence 
)
friend

Definition at line 629 of file IteratorAdapters.h.

Member Data Documentation

◆ from

Size IndexSequence::from
protected

Definition at line 603 of file IteratorAdapters.h.

◆ to

Size IndexSequence::to
protected

Definition at line 604 of file IteratorAdapters.h.


The documentation for this class was generated from the following file: