MutableVectorIteration< T >::Iterator Struct Reference

Detailed Description

template<class T>
struct MutableVectorIteration< T >::Iterator

Definition at line 158 of file iterators.h.

Public Member Functions

 Iterator (typename std::vector< T >::iterator it)
 
T * operator * ()
 
Iteratoroperator++ ()
 
bool operator!= (const Iterator &other) const
 

Constructor & Destructor Documentation

◆ Iterator()

template<class T >
MutableVectorIteration< T >::Iterator::Iterator ( typename std::vector< T >::iterator  it)
inlineexplicit

Definition at line 159 of file iterators.h.

Member Function Documentation

◆ operator *()

template<class T >
T* MutableVectorIteration< T >::Iterator::operator * ( )
inline

Definition at line 160 of file iterators.h.

◆ operator!=()

template<class T >
bool MutableVectorIteration< T >::Iterator::operator!= ( const Iterator other) const
inline

Definition at line 165 of file iterators.h.

◆ operator++()

template<class T >
Iterator& MutableVectorIteration< T >::Iterator::operator++ ( )
inline

Definition at line 161 of file iterators.h.


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