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<uint32_t D>
class ost::qa::IndexIterator< D >

Definition at line 150 of file index.hh.


Member Typedef Documentation

typedef Index<D> IndexType

Definition at line 152 of file index.hh.


Constructor & Destructor Documentation

IndexIterator ( const IndexType s,
const IndexType e 
)
inline

Definition at line 153 of file index.hh.


Member Function Documentation

bool AtEnd ( )
inline

Definition at line 173 of file index.hh.

const IndexType& operator* ( ) const
inline

Definition at line 170 of file index.hh.

IndexIterator<D>& operator++ ( )
inline

Definition at line 158 of file index.hh.


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