Project
Loading...
Searching...
No Matches
o2::framework::TopoIndexInfo Struct Reference

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)
 

Detailed Description

Helper struct to keep track of the results of the topological sort.

Definition at line 126 of file WorkflowHelpers.h.

Member Function Documentation

◆ operator<()

bool o2::framework::TopoIndexInfo::operator< ( TopoIndexInfo const &  rhs) const
inline

Definition at line 129 of file WorkflowHelpers.h.

◆ operator==()

bool o2::framework::TopoIndexInfo::operator== ( TopoIndexInfo const &  rhs) const
inline

Definition at line 133 of file WorkflowHelpers.h.

Friends And Related Symbol Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream &  out,
TopoIndexInfo const &  info 
)
friend

Definition at line 45 of file WorkflowHelpers.cxx.

Member Data Documentation

◆ index

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.

◆ layer

int o2::framework::TopoIndexInfo::layer

the associated layer in the sorting procedure

Definition at line 128 of file WorkflowHelpers.h.


The documentation for this struct was generated from the following file: