Tenncor
|
Traveler that for each child tracks the relationship to all parents. More...
#include <traveler.hpp>
Public Member Functions | |
void | visit (iLeaf *leaf) override |
Implementation of iTraveler. More... | |
void | visit (iFunctor *func) override |
Implementation of iTraveler. More... | |
![]() | |
virtual | ~iTraveler (void)=default |
Public Attributes | |
std::unordered_map< iTensor *, ParentMapT > | parents_ |
Traveler that for each child tracks the relationship to all parents.
|
inlineoverridevirtual |
Implementation of iTraveler.
Implements teq::iTraveler.
|
inlineoverridevirtual |
Implementation of iTraveler.
Implements teq::iTraveler.
std::unordered_map<iTensor*,ParentMapT> teq::ParentFinder::parents_ |
Tracks child to parents relationship Maps child tensor to parent mapping to indices that point to child