OpenStructure
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Types | Public Member Functions | Protected Member Functions
SequenceListIterator< T, I > Class Template Reference

#include <sequence_list_iterator.hh>

Inherits iterator< std::random_access_iterator_tag, T >.

Public Types

typedef T ValueType
 
typedef I IteratorType
 
typedef SequenceListIterator
< T, I > 
ClassType
 

Public Member Functions

 SequenceListIterator (IteratorType it, IteratorType end)
 
ValueTypeoperator* ()
 
ValueTypeoperator-> ()
 
ClassTypeoperator++ ()
 
ClassTypeoperator+= (int n)
 
ClassType operator+ (int n)
 
ClassTypeoperator-= (int n)
 
ClassType operator++ (int)
 
bool operator== (const ClassType &rhs) const
 
bool operator!= (const ClassType &rhs) const
 

Protected Member Functions

void UpdateVal ()
 

Detailed Description

template<typename T, typename I>
class ost::seq::impl::SequenceListIterator< T, I >

Definition at line 31 of file sequence_list_iterator.hh.

Member Typedef Documentation

Definition at line 36 of file sequence_list_iterator.hh.

typedef I IteratorType

Definition at line 35 of file sequence_list_iterator.hh.

typedef T ValueType

Definition at line 34 of file sequence_list_iterator.hh.

Constructor & Destructor Documentation

Definition at line 45 of file sequence_list_iterator.hh.

Member Function Documentation

bool operator!= ( const ClassType rhs) const
inline

Definition at line 95 of file sequence_list_iterator.hh.

ValueType& operator* ( )
inline

Definition at line 51 of file sequence_list_iterator.hh.

ClassType operator+ ( int  n)
inline

Definition at line 72 of file sequence_list_iterator.hh.

ClassType& operator++ ( )
inline

Definition at line 61 of file sequence_list_iterator.hh.

ClassType operator++ ( int  )
inline

Definition at line 83 of file sequence_list_iterator.hh.

ClassType& operator+= ( int  n)
inline

Definition at line 67 of file sequence_list_iterator.hh.

ClassType& operator-= ( int  n)
inline

Definition at line 77 of file sequence_list_iterator.hh.

ValueType* operator-> ( )
inline

Definition at line 56 of file sequence_list_iterator.hh.

bool operator== ( const ClassType rhs) const
inline

Definition at line 90 of file sequence_list_iterator.hh.

void UpdateVal ( )
inlineprotected

Definition at line 38 of file sequence_list_iterator.hh.


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