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

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

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

Public Member Functions

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

Constructor & Destructor Documentation

◆ const_iterator() [1/2]

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

◆ const_iterator() [2/2]

const_iterator ( const const_iterator other)
inline

Member Function Documentation

◆ operator!=()

bool operator!= ( const const_iterator other) const
inline

◆ operator*()

const T & operator* ( ) const
inline

◆ operator+()

const_iterator operator+ ( int  increment) const
inline

◆ operator++()

const_iterator & operator++ ( )
inline

◆ operator+=()

const_iterator & operator+= ( int  increment)
inline

◆ operator-() [1/2]

int operator- ( const const_iterator other) const
inline

◆ operator-() [2/2]

const_iterator operator- ( int  increment) const
inline

◆ operator--()

const_iterator & operator-- ( )
inline

◆ operator-=()

const_iterator & operator-= ( int  increment)
inline

◆ operator->()

const T * operator-> ( ) const
inline

◆ operator<()

bool operator< ( const const_iterator other) const
inline

◆ operator=()

const_iterator & operator= ( const const_iterator other)
inline

◆ operator==()

bool operator== ( const const_iterator other) const
inline

◆ operator>()

bool operator> ( const const_iterator other) const
inline