Galois
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
OCGraph.h File Reference
#include <string>
#include <type_traits>
#include <boost/iterator/counting_iterator.hpp>
#include <boost/utility.hpp>
#include "galois/config.h"
#include "galois/graphs/Details.h"
#include "galois/LazyObject.h"
#include "galois/LargeArray.h"
#include "galois/optional.h"

Go to the source code of this file.

Classes

class  galois::graphs::BindSegmentGraph< Graph >
 Binds the segment parameter of an out-of-core graph so that it can be used in place of a non out-of-core graph. More...
 
class  galois::graphs::OCFileGraph
 Like FileGraph but allows partial loading of the graph. More...
 
struct  galois::graphs::OCFileGraph::EdgeReference< EdgeTy >
 
struct  galois::graphs::read_oc_immutable_edge_graph_tag
 
class  galois::graphs::OCImmutableEdgeGraph< NodeTy, EdgeTy, HasNoLockable, HasOutOfLineLockable >
 
struct  galois::graphs::OCImmutableEdgeGraph< NodeTy, EdgeTy, HasNoLockable, HasOutOfLineLockable >::with_id< _has_id >
 
struct  galois::graphs::OCImmutableEdgeGraph< NodeTy, EdgeTy, HasNoLockable, HasOutOfLineLockable >::with_node_data< _node_data >
 
struct  galois::graphs::OCImmutableEdgeGraph< NodeTy, EdgeTy, HasNoLockable, HasOutOfLineLockable >::with_edge_data< _edge_data >
 
struct  galois::graphs::OCImmutableEdgeGraph< NodeTy, EdgeTy, HasNoLockable, HasOutOfLineLockable >::with_no_lockable< _has_no_lockable >
 
struct  galois::graphs::OCImmutableEdgeGraph< NodeTy, EdgeTy, HasNoLockable, HasOutOfLineLockable >::with_numa_alloc< _use_numa_alloc >
 
struct  galois::graphs::OCImmutableEdgeGraph< NodeTy, EdgeTy, HasNoLockable, HasOutOfLineLockable >::with_out_of_line_lockable< _has_out_of_line_lockable >
 
class  galois::graphs::OCImmutableEdgeGraph< NodeTy, EdgeTy, HasNoLockable, HasOutOfLineLockable >::segment_type
 

Namespaces

 galois
 The Galois namespace containing all Galois structures and functions.
 
 galois::graphs
 Parallel data graph structures in Galois.
 

Functions

template<typename GraphTy , typename... Args>
void galois::graphs::readGraphDispatch (GraphTy &graph, read_oc_immutable_edge_graph_tag, Args &&...args)