Helper class to transport visitations through the graph. Specialization when the visits are guarded with an RMI lock. More...
Static Public Member Functions | |
template<typename Graph , typename Vertex , typename Op > | |
static void | single (Graph *const g, Vertex &&v, Op &&op) |
template<typename Graph , typename Iterator , typename Op > | |
static void | bulk (Graph *const g, size_t loc, Iterator begin, Iterator end, Op &&op) |
Helper class to transport visitations through the graph. Specialization when the visits are guarded with an RMI lock.