Workspace 6.21.5
Public Member Functions | List of all members
SimpleInputArray< T >::const_iterator Class Reference

#include <Workspace/DataExecution/InputOutput/simpleoperationio.h>

Public Member Functions

 const_iterator (const DataExecution::InputArray &input, int index)
 
bool operator!= (const const_iterator &other) const
 
const T & operator* () const
 
const_iteratoroperator++ ()
 
const_iterator operator++ (int)
 
bool operator== (const const_iterator &other) const
 

Constructor & Destructor Documentation

◆ const_iterator()

const_iterator ( const DataExecution::InputArray input,
int  index 
)
inline

Member Function Documentation

◆ operator!=()

bool operator!= ( const const_iterator other) const
inline

◆ operator*()

const T & operator* ( ) const
inline

◆ operator++() [1/2]

const_iterator & operator++ ( )
inline

◆ operator++() [2/2]

const_iterator operator++ ( int  )
inline

◆ operator==()

bool operator== ( const const_iterator other) const
inline