The DependencyGraph const iterator. More...
#include <DependencyGraph.hpp>
Public Member Functions | |
const_iterator (const const_iterator ©) | |
Create an iterator by copying the supplied iterator. More... | |
bool | operator!= (const const_iterator &rhs) const |
returns true if the current iterator is not equal to the supplied iterator. More... | |
const VertexT & | operator* () const |
Dereference the iterator in order to obtain the object pointed to. More... | |
const_iterator | operator++ (int) |
Increment the iterator (post increment). More... | |
const_iterator & | operator++ () |
Increment the iterator. More... | |
const VertexT & | operator-> () const |
Dereference the iterator in order to obtain the object pointed to. More... | |
const_iterator & | operator= (const const_iterator ©) |
Set the current iterator to a copy of the supplied iterator. More... | |
bool | operator== (const const_iterator &rhs) const |
returns true if the current iterator is equal to the supplied iterator. More... | |
The DependencyGraph const iterator.
|
inline |
Create an iterator by copying the supplied iterator.
|
inline |
returns true if the current iterator is not equal to the supplied iterator.
|
inline |
Dereference the iterator in order to obtain the object pointed to.
|
inline |
Increment the iterator (post increment).
|
inline |
Increment the iterator.
|
inline |
Dereference the iterator in order to obtain the object pointed to.
|
inline |
Set the current iterator to a copy of the supplied iterator.
|
inline |
returns true if the current iterator is equal to the supplied iterator.