|
Galois
|
#include <Executor_ParaMeter.h>
Public Member Functions | |
| auto | iterateCurr (void) |
Public Member Functions inherited from galois::runtime::ParaMeter::FIFO_WL< T > | |
| FIFO_WL (void) | |
| ~FIFO_WL (void) | |
| auto | iterateCurr (void) |
| void | pushNext (const T &item) |
| void | nextStep (void) |
| bool | empty (void) const |
Additional Inherited Members | |
Protected Types inherited from galois::runtime::ParaMeter::FIFO_WL< T > | |
| using | PTcont = galois::PerThreadVector< T > |
Protected Attributes inherited from galois::runtime::ParaMeter::FIFO_WL< T > | |
| PTcont * | curr |
| PTcont * | next |
|
inline |