Galois
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
NoDerefIterator.h File Reference
#include "boost/iterator/iterator_adaptor.hpp"
#include "galois/config.h"

Go to the source code of this file.

Classes

struct  galois::NoDerefIterator< Iterator >
 Modify an iterator so that *it == it. More...
 

Namespaces

 galois
 The Galois namespace containing all Galois structures and functions.
 

Functions

template<typename Iterator >
NoDerefIterator< Iterator > galois::make_no_deref_iterator (Iterator it)
 Convenience function to create NoDerefIterator. More...