bpp-phyl3
3.0.0
|
NodeRef is hashable and comparable as a pointer. CachedNodeRef is hashable and comparable, by comparing the node configuration: More...
Public Member Functions | |
CachedNodeRef (NodeRef &&r) | |
CachedNodeRef (NodeRef &r) | |
bool | operator== (const CachedNodeRef &other) const |
Public Attributes | |
NodeRef | ref |
NodeRef is hashable and comparable as a pointer. CachedNodeRef is hashable and comparable, by comparing the node configuration:
Definition at line 589 of file DataFlow.h.
|
inline |
Definition at line 593 of file DataFlow.h.
|
inline |
Definition at line 595 of file DataFlow.h.
bool bpp::Context::CachedNodeRef::operator== | ( | const CachedNodeRef & | other | ) | const |
Definition at line 412 of file DataFlow.cpp.
References ref.
NodeRef bpp::Context::CachedNodeRef::ref |
Definition at line 591 of file DataFlow.h.
Referenced by bpp::Context::CachedNodeRefHash::operator()(), and operator==().