HavoqGT
delegate_partitioned_graph.hpp File Reference
#include <limits>
#include <utility>
#include <stdint.h>
#include <functional>
#include <boost/unordered_set.hpp>
#include <boost/unordered_map.hpp>
#include <boost/container/map.hpp>
#include <boost/interprocess/containers/map.hpp>
#include <boost/interprocess/containers/vector.hpp>
#include <boost/interprocess/allocators/allocator.hpp>
#include <havoqgt/mpi.hpp>
#include <havoqgt/utilities.hpp>
#include <havoqgt/cache_utilities.hpp>
#include <havoqgt/detail/iterator.hpp>
#include <havoqgt/impl/edge_partitioner.hpp>
#include <havoqgt/impl/edge_node_identifier.hpp>
#include <havoqgt/impl/log_step.hpp>
#include <havoqgt/impl/vert_info.hpp>
#include <havoqgt/impl/edge_data.hpp>
#include <havoqgt/impl/edge_iterator.hpp>
#include <havoqgt/impl/vertex_data.hpp>
#include <havoqgt/impl/vertex_locator.hpp>
#include <havoqgt/impl/vertex_iterator.hpp>
#include <havoqgt/impl/delegate_partitioned_graph.ipp>
Include dependency graph for delegate_partitioned_graph.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  havoqgt::mpi::delegate_partitioned_graph< SegementManager >
 
class  havoqgt::mpi::delegate_partitioned_graph< SegementManager >::vertex_data< T, Allocator >
 Vertex Data storage. More...
 
class  havoqgt::mpi::delegate_partitioned_graph< SegementManager >::edge_data< T, SegManagerOther >
 Edge Data storage. More...
 

Namespaces

 havoqgt
 
 havoqgt::mpi
 

Macros

#define IS_DEBUGING   false
 

Macro Definition Documentation

#define IS_DEBUGING   false

Definition at line 79 of file delegate_partitioned_graph.hpp.