|
Jlm
|
#include <node.hpp>

Public Types | |
| using | iterator_category = std::forward_iterator_tag |
| using | value_type = Output |
| using | difference_type = std::ptrdiff_t |
| using | pointer = Output * |
| using | reference = Output & |
Public Member Functions | |
| constexpr | Iterator (Output *output) |
| Output * | GetOutput () const noexcept |
| Output & | operator* () |
| Output * | operator-> () const |
| Iterator & | operator++ () |
| Iterator | operator++ (int) |
| bool | operator== (const Iterator &other) const |
| bool | operator!= (const Iterator &other) const |
Private Member Functions | |
| Output * | ComputeNext () const |
Private Attributes | |
| Output * | Output_ |
| using jlm::rvsdg::Output::Iterator::difference_type = std::ptrdiff_t |
| using jlm::rvsdg::Output::Iterator::iterator_category = std::forward_iterator_tag |
|
private |
|
inlinenoexcept |
|
inline |
|
inline |
|
inline |