C++ Reference

C++ Reference: Graph

MutableVectorIteration< T >::Iterator

Detailed Description

template<class T>
struct util::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()

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

Definition at line 159 of file iterators.h.

Member Function Documentation

◆ operator!=()

bool operator!= ( const Iterator other) const
inline

Definition at line 165 of file iterators.h.

◆ operator*()

T* operator* ( )
inline

Definition at line 160 of file iterators.h.

◆ operator++()

Iterator& operator++ ( )
inline

Definition at line 161 of file iterators.h.


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