|
Jlm
|
#include <node.hpp>

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