
Public Member Functions | |
| RawNodeOutput (const Output< Node > &value) | |
| RawNodeOutput (Node *node, size_t index) | |
| RawNodeOutput (const RawNodeOutput &)=default | |
| RawNodeOutput & | operator= (const RawNodeOutput &)=default |
| operator Output< Node > () | |
| bool | operator== (const RawNodeOutput &other) const |
| bool | operator!= (const RawNodeOutput &other) const |
| bool | operator< (const RawNodeOutput &other) const |
| bool | operator> (const RawNodeOutput &other) const |
| bool | operator<= (const RawNodeOutput &other) const |
| bool | operator>= (const RawNodeOutput &other) const |
Data Fields | |
| Node * | node |
| size_t | index {0} |