#include "galois/config.h"
Go to the source code of this file.
|
| galois |
| The Galois namespace containing all Galois structures and functions.
|
|
| galois::runtime |
| Internal Galois functionality - Use at your own risk.
|
|
|
template<typename Iter , typename Cmp , typename NhFunc , typename OpFunc > |
void | galois::runtime::for_each_ordered_impl (Iter GALOIS_UNUSED(beg), Iter GALOIS_UNUSED(end), const Cmp &GALOIS_UNUSED(cmp), const NhFunc &GALOIS_UNUSED(nhFunc), const OpFunc &GALOIS_UNUSED(opFunc), const char *GALOIS_UNUSED(loopname)) |
|
template<typename Iter , typename Cmp , typename NhFunc , typename OpFunc , typename StableTest > |
void | galois::runtime::for_each_ordered_impl (Iter GALOIS_UNUSED(beg), Iter GALOIS_UNUSED(end), const Cmp &GALOIS_UNUSED(cmp), const NhFunc &GALOIS_UNUSED(nhFunc), const OpFunc &GALOIS_UNUSED(opFunc), const StableTest &GALOIS_UNUSED(stabilityTest), const char *GALOIS_UNUSED(loopname)) |
|