Galois
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
galois::runtime::ParaMeter::LIFO_WL< T > Class Template Reference

#include <Executor_ParaMeter.h>

Inheritance diagram for galois::runtime::ParaMeter::LIFO_WL< T >:
galois::runtime::ParaMeter::FIFO_WL< T >

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 >
PTcontcurr
 
PTcontnext
 

Member Function Documentation

template<typename T >
auto galois::runtime::ParaMeter::LIFO_WL< T >::iterateCurr ( void  )
inline

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