OpenStructure
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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

typedef Index<D> IndexType

Definition at line 208 of file index.hh.

Constructor & Destructor Documentation

IndexIterator ( const IndexType s,
const IndexType e 
)
inline

Definition at line 209 of file index.hh.

Member Function Documentation

bool AtEnd ( )
inline

Definition at line 229 of file index.hh.

const IndexType& operator* ( ) const
inline

Definition at line 226 of file index.hh.

IndexIterator<D>& operator++ ( )
inline

Definition at line 214 of file index.hh.


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