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

#include <IteratorAdapters.h>

Inheritance diagram for IndexIterator:
LeafIndexIterator

Public Member Functions

INLINE IndexIterator (const Size idx)
 
INLINE Size operator* () const
 
INLINE IndexIteratoroperator++ ()
 
INLINE bool operator!= (const IndexIterator other) const
 

Protected Attributes

Size idx
 

Detailed Description

Definition at line 579 of file IteratorAdapters.h.

Constructor & Destructor Documentation

◆ IndexIterator()

INLINE IndexIterator::IndexIterator ( const Size  idx)
inlineexplicit

Definition at line 584 of file IteratorAdapters.h.

Member Function Documentation

◆ operator!=()

INLINE bool IndexIterator::operator!= ( const IndexIterator  other) const
inline

Definition at line 596 of file IteratorAdapters.h.

◆ operator*()

INLINE Size IndexIterator::operator* ( ) const
inline

Definition at line 587 of file IteratorAdapters.h.

◆ operator++()

INLINE IndexIterator& IndexIterator::operator++ ( )
inline

Definition at line 591 of file IteratorAdapters.h.

Member Data Documentation

◆ idx

Size IndexIterator::idx
protected

Definition at line 581 of file IteratorAdapters.h.


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