#include <TwoLevelIterator.h>
Static Public Attributes | |
static const bool | isRvrs = IsRvrsIter<C, I>::value || IsRvrsConstIter<C, I>::value |
static const bool | isConst = IsConstIter<C, I>::value || IsRvrsConstIter<C, I>::value |
static const StlIterKind | value |
const bool Galois::TwoLevelIteratorImpl::GetStlIterKind< C, I >::isConst = IsConstIter<C, I>::value || IsRvrsConstIter<C, I>::value [static] |
const bool Galois::TwoLevelIteratorImpl::GetStlIterKind< C, I >::isRvrs = IsRvrsIter<C, I>::value || IsRvrsConstIter<C, I>::value [static] |
const StlIterKind Galois::TwoLevelIteratorImpl::GetStlIterKind< C, I >::value [static] |