|
NEML2 2.0.0
|
Similar to
| ItemType | but additionally contains information about its |
| Node | parent, i.e. the node which defines this consumed/provided item. |
#include <DependencyResolver.h>
Public Member Functions | |
| Item (Node *const node, ItemType item) | |
| bool | operator== (const Item &other) const |
| Test for equality between two items. | |
| bool | operator!= (const Item &other) const |
| Test for inequality between two items. | |
| bool | operator< (const Item &other) const |
| An arbitrary comparator so that items can be sorted (for consistency) | |
Public Attributes | |
| Node *const | parent |
| Node which defines this item. | |
| const ItemType | value |
| The consumed/provided item. | |
|
inline |
Test for inequality between two items.
|
inline |
An arbitrary comparator so that items can be sorted (for consistency)
|
inline |
Test for equality between two items.
| Node* const parent |
Node which defines this item.
| const ItemType value |
The consumed/provided item.