The DependencyGraph non-const iterator.
More...
#include <DependencyGraph.hpp>
template<typename VertexT = boost::no_property, typename EdgeT = boost::no_property, typename GraphT = boost::no_property>
class Balau::Container::DependencyGraph< VertexT, EdgeT, GraphT >::iterator
The DependencyGraph non-const iterator.
◆ iterator()
Create an iterator by copying the supplied iterator.
◆ operator!=()
bool operator!= |
( |
const iterator & |
rhs | ) |
const |
|
inline |
returns true if the current iterator is not equal to the supplied iterator.
◆ operator*() [1/2]
Dereference the iterator in order to obtain the object pointed to.
◆ operator*() [2/2]
const VertexT& operator* |
( |
| ) |
const |
|
inline |
Dereference the iterator in order to obtain the object pointed to.
◆ operator++() [1/2]
Increment the iterator (post increment).
◆ operator++() [2/2]
◆ operator->() [1/2]
Dereference the iterator in order to obtain the object pointed to.
◆ operator->() [2/2]
const VertexT& operator-> |
( |
| ) |
const |
|
inline |
Dereference the iterator in order to obtain the object pointed to.
◆ operator=()
Set the current iterator to a copy of the supplied iterator.
◆ operator==()
bool operator== |
( |
const iterator & |
rhs | ) |
const |
|
inline |
returns true if the current iterator is equal to the supplied iterator.
The documentation for this class was generated from the following file: