#include <WorkListHelpers.h>
Public Member Functions | |
ConExtListNode () | |
T *& | getNext () |
T *const & | getNext () const |
Private Attributes | |
T * | next |
Galois::WorkList::ConExtListNode< T >::ConExtListNode | ( | ) | [inline] |
T* const& Galois::WorkList::ConExtListNode< T >::getNext | ( | ) | const [inline] |
T*& Galois::WorkList::ConExtListNode< T >::getNext | ( | ) | [inline] |
T* Galois::WorkList::ConExtListNode< T >::next [private] |