Two Level Iterator-*- C++ -*-. More...
#include "Galois/config.h"
#include "Galois/Runtime/ll/gio.h"
#include <boost/iterator/iterator_adaptor.hpp>
#include <cassert>
#include <iterator>
Go to the source code of this file.
Classes | |
class | Galois::TwoLevelIteratorA< OuterIter, InnerIter, CategoryOrTraversal, InnerBeginFn, InnerEndFn > |
Alternate implementation of ChooseTwoLevelIterator. More... | |
struct | Galois::GetBegin |
Helper functor, returns t.end() . More... | |
struct | Galois::GetEnd |
Helper functor, returns t.end() . More... | |
Namespaces | |
namespace | Galois |
Main Galois namespace. | |
Functions | |
template<class CategoryOrTraversal , class OuterIter , class InnerIter , class InnerBeginFn , class InnerEndFn > | |
std::pair< TwoLevelIteratorA < OuterIter, InnerIter, CategoryOrTraversal, InnerBeginFn, InnerEndFn > , TwoLevelIteratorA< OuterIter, InnerIter, CategoryOrTraversal, InnerBeginFn, InnerEndFn > > | Galois::make_two_level_iterator (OuterIter outer_begin, OuterIter outer_end) |
Two Level Iterator-*- C++ -*-.
Galois, a framework to exploit amorphous data-parallelism in irregular programs.
Copyright (C) 2013, The University of Texas at Austin. All rights reserved. UNIVERSITY EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES CONCERNING THIS SOFTWARE AND DOCUMENTATION, INCLUDING ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR ANY PARTICULAR PURPOSE, NON-INFRINGEMENT AND WARRANTIES OF PERFORMANCE, AND ANY WARRANTY THAT MIGHT OTHERWISE ARISE FROM COURSE OF DEALING OR USAGE OF TRADE. NO WARRANTY IS EITHER EXPRESS OR IMPLIED WITH RESPECT TO THE USE OF THE SOFTWARE OR DOCUMENTATION. Under no circumstances shall University be liable for incidental, special, indirect, direct or consequential damages or loss of profits, interruption of business, or related expenses which may arise from use of Software or Documentation, including but not limited to those resulting from defects in Software and/or Documentation, or loss or inaccuracy of data of any kind.