![]() |
Project
|
Helper struct to keep track of the results of the topological sort. More...
#include <WorkflowHelpers.h>
Public Member Functions | |
bool | operator< (TopoIndexInfo const &rhs) const |
bool | operator== (TopoIndexInfo const &rhs) const |
Public Attributes | |
int | index |
the index in the actual storage of the nodes to be sorted topologically | |
int | layer |
the associated layer in the sorting procedure | |
Friends | |
std::ostream & | operator<< (std::ostream &out, TopoIndexInfo const &info) |
Helper struct to keep track of the results of the topological sort.
Definition at line 126 of file WorkflowHelpers.h.
|
inline |
Definition at line 129 of file WorkflowHelpers.h.
|
inline |
Definition at line 133 of file WorkflowHelpers.h.
|
friend |
Definition at line 45 of file WorkflowHelpers.cxx.
int o2::framework::TopoIndexInfo::index |
the index in the actual storage of the nodes to be sorted topologically
Definition at line 127 of file WorkflowHelpers.h.
int o2::framework::TopoIndexInfo::layer |
the associated layer in the sorting procedure
Definition at line 128 of file WorkflowHelpers.h.