Represents a use of an operation output.
More...
#include <Operation.h>
Represents a use of an operation output.
Definition at line 43 of file Operation.h.
◆ Use()
mir::Operation::Use::Use |
( |
Operation * |
node, |
|
|
std::size_t |
index |
|
) |
| |
|
inline |
Definition at line 45 of file Operation.h.
45: _node(node), _index(index) {}
◆ getIndex()
std::size_t mir::Operation::Use::getIndex |
( |
| ) |
const |
|
inline |
◆ getNode()
Operation * mir::Operation::Use::getNode |
( |
| ) |
const |
|
inline |
◆ operator==()
bool mir::Operation::Use::operator== |
( |
const Use & |
other | ) |
|
|
inline |
Definition at line 51 of file Operation.h.
51{ return _node == other._node && _index == other._index; }
The documentation for this struct was generated from the following file: