NEML2 1.4.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, const 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. | |
Test for inequality between two items.
An arbitrary comparator so that items can be sorted (for consistency)
Test for equality between two items.