Command graph node outgoing edge const iterator.
More...
#include <CommandGraph.hpp>
|
| friend | Node |
| |
| std::unordered_set< std::unique_ptr< Edge > >::const_iterator | it_ |
| |
Command graph node outgoing edge const iterator.
Definition at line 266 of file CommandGraph.hpp.
◆ difference_type
◆ iterator_category
◆ pointer
◆ reference
◆ value_type
◆ OutgoingEdgeConstIterator()
| jlm::tooling::CommandGraph::Node::OutgoingEdgeConstIterator::OutgoingEdgeConstIterator |
( |
const std::unordered_set< std::unique_ptr< Edge >>::const_iterator & |
it | ) |
|
|
inlineexplicitprivate |
◆ GetEdge()
| const Edge* jlm::tooling::CommandGraph::Node::OutgoingEdgeConstIterator::GetEdge |
( |
| ) |
const |
|
inlinenoexcept |
◆ operator!=()
| bool jlm::tooling::CommandGraph::Node::OutgoingEdgeConstIterator::operator!= |
( |
const OutgoingEdgeConstIterator & |
other | ) |
const |
|
inline |
◆ operator*()
| const Edge& jlm::tooling::CommandGraph::Node::OutgoingEdgeConstIterator::operator* |
( |
| ) |
const |
|
inline |
◆ operator++() [1/2]
◆ operator++() [2/2]
◆ operator->()
| const Edge* jlm::tooling::CommandGraph::Node::OutgoingEdgeConstIterator::operator-> |
( |
| ) |
const |
|
inline |
◆ operator==()
| bool jlm::tooling::CommandGraph::Node::OutgoingEdgeConstIterator::operator== |
( |
const OutgoingEdgeConstIterator & |
other | ) |
const |
|
inline |
◆ it_
| std::unordered_set<std::unique_ptr<Edge> >::const_iterator jlm::tooling::CommandGraph::Node::OutgoingEdgeConstIterator::it_ |
|
private |
◆ Node
| friend jlm::tooling::CommandGraph::Node::OutgoingEdgeConstIterator::Node |
|
private |
The documentation for this class was generated from the following file: