Workspace 6.21.5
Public Member Functions | List of all members
VariableLengthArray< T, StackPrealloc >::iterator Class Reference

#include <Workspace/Application/LanguageUtils/variablelengtharray.h>

Inherits iterator< std::random_access_iterator_tag, T, int >.

Public Member Functions

 iterator (const iterator &other)
 
 iterator (VariableLengthArray< T, StackPrealloc > &container, int index)
 
bool operator!= (const iterator &other) const
 
T & operator* ()
 
const T & operator* () const
 
iterator operator+ (int increment) const
 
iteratoroperator++ ()
 
iterator operator++ (int)
 
iteratoroperator+= (int increment)
 
int operator- (const iterator &other) const
 
iterator operator- (int increment) const
 
iteratoroperator-- ()
 
const iteratoroperator-- (int)
 
iteratoroperator-= (int increment)
 
T * operator-> ()
 
const T * operator-> () const
 
bool operator< (const iterator &other) const
 
iteratoroperator= (const iterator &other)
 
bool operator== (const iterator &other) const
 
bool operator> (const iterator &other) const
 

Constructor & Destructor Documentation

◆ iterator() [1/2]

iterator ( VariableLengthArray< T, StackPrealloc > &  container,
int  index 
)
inline

◆ iterator() [2/2]

iterator ( const iterator other)
inline

Member Function Documentation

◆ operator!=()

bool operator!= ( const iterator other) const
inline

◆ operator*() [1/2]

T & operator* ( )
inline

◆ operator*() [2/2]

const T & operator* ( ) const
inline

◆ operator+()

iterator operator+ ( int  increment) const
inline

◆ operator++() [1/2]

iterator & operator++ ( )
inline

◆ operator++() [2/2]

iterator operator++ ( int  )
inline

◆ operator+=()

iterator & operator+= ( int  increment)
inline

◆ operator-() [1/2]

int operator- ( const iterator other) const
inline

◆ operator-() [2/2]

iterator operator- ( int  increment) const
inline

◆ operator--() [1/2]

iterator & operator-- ( )
inline

◆ operator--() [2/2]

const iterator & operator-- ( int  )
inline

◆ operator-=()

iterator & operator-= ( int  increment)
inline

◆ operator->() [1/2]

T * operator-> ( )
inline

◆ operator->() [2/2]

const T * operator-> ( ) const
inline

◆ operator<()

bool operator< ( const iterator other) const
inline

◆ operator=()

iterator & operator= ( const iterator other)
inline

◆ operator==()

bool operator== ( const iterator other) const
inline

◆ operator>()

bool operator> ( const iterator other) const
inline