OpenStructure
Public Types | Public Member Functions
IndexIterator< D > Class Template Reference

#include <index.hh>

Public Types

typedef Index< D > IndexType
 

Public Member Functions

 IndexIterator (const IndexType &s, const IndexType &e)
 
IndexIterator< D > & operator++ ()
 
const IndexTypeoperator* () const
 
bool AtEnd ()
 

Detailed Description

template<uint D>
class ost::mol::mm::IndexIterator< D >

Definition at line 206 of file index.hh.

Member Typedef Documentation

◆ IndexType

typedef Index<D> IndexType

Definition at line 208 of file index.hh.

Constructor & Destructor Documentation

◆ IndexIterator()

IndexIterator ( const IndexType s,
const IndexType e 
)
inline

Definition at line 209 of file index.hh.

Member Function Documentation

◆ AtEnd()

bool AtEnd ( )
inline

Definition at line 229 of file index.hh.

◆ operator*()

const IndexType& operator* ( ) const
inline

Definition at line 226 of file index.hh.

◆ operator++()

IndexIterator<D>& operator++ ( )
inline

Definition at line 214 of file index.hh.


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