CGRA-ME
|
#include <GraphAlgorithmHelpers.h>
Public Types | |
enum | Type { onExamine, onSkipped, onExamineEdge, onSkippedEdge, onWaveEnd } |
Public Attributes | |
Type | type |
VertexID | v1 |
VertexID | v2 |
Friends | |
std::ostream & | operator<< (std::ostream &os, const Type &et) |
std::ostream & | operator<< (std::ostream &os, const Event &e) |
Definition at line 216 of file GraphAlgorithmHelpers.h.
enum EventRecordingVisitor::Event::Type |
Enumerator | |
---|---|
onExamine | |
onSkipped | |
onExamineEdge | |
onSkippedEdge | |
onWaveEnd |
Definition at line 217 of file GraphAlgorithmHelpers.h.
|
friend |
Definition at line 238 of file GraphAlgorithmHelpers.h.
|
friend |
Definition at line 227 of file GraphAlgorithmHelpers.h.
Type EventRecordingVisitor< VertexID, Base >::Event::type |
Definition at line 224 of file GraphAlgorithmHelpers.h.
VertexID EventRecordingVisitor< VertexID, Base >::Event::v1 |
Definition at line 225 of file GraphAlgorithmHelpers.h.
VertexID EventRecordingVisitor< VertexID, Base >::Event::v2 |
Definition at line 225 of file GraphAlgorithmHelpers.h.