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

#include <DataAnalysis/DataStructures/partitionedvector.h>

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

Public Member Functions

 const_iterator (const PartitionedVector &vec, size_type i)
 
bool operator!= (const const_iterator &it) const
 
const T & operator* () const
 
const_iterator operator+ (int i) const
 
const_iteratoroperator++ ()
 
const_iterator operator++ (int)
 
const_iteratoroperator+= (int i)
 
difference_type operator- (const const_iterator &it) const
 
const_iterator operator- (int i) const
 
const_iteratoroperator-- ()
 
const_iterator operator-- (int)
 
const_iteratoroperator-= (int i)
 
const T * operator-> () const
 
bool operator< (const const_iterator &it) const
 
bool operator== (const const_iterator &it) const
 

Detailed Description

template<class T, class Allocator = std::allocator<T>>
class CSIRO::DataAnalysis::PartitionedVector< T, Allocator >::const_iterator

Random access const_iterator for iterating over the data.

Constructor & Destructor Documentation

◆ const_iterator()

const_iterator ( const PartitionedVector vec,
size_type  i 
)
inlineexplicit

Member Function Documentation

◆ operator!=()

bool operator!= ( const const_iterator it) const
inline

◆ operator*()

const T & operator* ( ) const
inline

◆ operator+()

const_iterator operator+ ( int  i) const
inline

◆ operator++() [1/2]

const_iterator & operator++ ( )
inline

◆ operator++() [2/2]

const_iterator operator++ ( int  )
inline

◆ operator+=()

const_iterator & operator+= ( int  i)
inline

◆ operator-() [1/2]

difference_type operator- ( const const_iterator it) const
inline

◆ operator-() [2/2]

const_iterator operator- ( int  i) const
inline

◆ operator--() [1/2]

const_iterator & operator-- ( )
inline

◆ operator--() [2/2]

const_iterator operator-- ( int  )
inline

◆ operator-=()

const_iterator & operator-= ( int  i)
inline

◆ operator->()

const T * operator-> ( ) const
inline

◆ operator<()

bool operator< ( const const_iterator it) const
inline

◆ operator==()

bool operator== ( const const_iterator it) const
inline