Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
Graph< Vertex, EdgeData >::const_iterator Class Reference

#include <qgraph_p.h>

+ Collaboration diagram for Graph< Vertex, EdgeData >::const_iterator:

Public Member Functions

 const_iterator (const Graph *graph, bool begin)
 
Vertexoperator* ()
 
Vertexfrom () const
 
Vertexto () const
 
bool operator== (const const_iterator &o) const
 
bool operator!= (const const_iterator &o) const
 
const_iteratoroperator++ ()
 

Detailed Description

template<typename Vertex, typename EdgeData>
class Graph< Vertex, EdgeData >::const_iterator

Definition at line 39 of file qgraph_p.h.

Constructor & Destructor Documentation

◆ const_iterator()

template<typename Vertex , typename EdgeData >
Graph< Vertex, EdgeData >::const_iterator::const_iterator ( const Graph * graph,
bool begin )
inline

Definition at line 41 of file qgraph_p.h.

References begin().

+ Here is the call graph for this function:

Member Function Documentation

◆ from()

template<typename Vertex , typename EdgeData >
Vertex * Graph< Vertex, EdgeData >::const_iterator::from ( ) const
inline

Definition at line 56 of file qgraph_p.h.

◆ operator!=()

template<typename Vertex , typename EdgeData >
bool Graph< Vertex, EdgeData >::const_iterator::operator!= ( const const_iterator & o) const
inline

Definition at line 65 of file qgraph_p.h.

References o.

◆ operator*()

template<typename Vertex , typename EdgeData >
Vertex * Graph< Vertex, EdgeData >::const_iterator::operator* ( )
inline

Definition at line 52 of file qgraph_p.h.

◆ operator++()

template<typename Vertex , typename EdgeData >
const_iterator & Graph< Vertex, EdgeData >::const_iterator::operator++ ( )
inline

Definition at line 74 of file qgraph_p.h.

◆ operator==()

template<typename Vertex , typename EdgeData >
bool Graph< Vertex, EdgeData >::const_iterator::operator== ( const const_iterator & o) const
inline

Definition at line 64 of file qgraph_p.h.

References o.

◆ to()

template<typename Vertex , typename EdgeData >
Vertex * Graph< Vertex, EdgeData >::const_iterator::to ( ) const
inline

Definition at line 60 of file qgraph_p.h.


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