IBM SYSTEMG G RUNTIME & NATIVE STORE  0.5
IBM Native Graph Computing and Storage System based on IBM Parallel Programming Library
 All Classes Functions Variables Typedefs Pages
Public Types | List of all members
ibmppl::internal::task_graph_traits Class Reference

The task graph employed by the scheduler is an instatiation of the Graph class; These are the corresponding traits. More...

#include <task.h>

Public Types

typedef size_t vertex_property
 
typedef size_t edge_property
 
typedef size_t vertexd_type
 
typedef size_t edged_type
 
typedef Edge< int, DIRECTED > edge_type
 
typedef std::vector< edge_typeedgelist_type
 
typedef task vertex_type
 
typedef
internal::vector_storage
< vertex_type
storage_type
 
typedef vertex_type::edge_iterator edge_iterator
 
typedef
vertex_type::const_edge_iterator 
const_edge_iterator
 

Detailed Description

The task graph employed by the scheduler is an instatiation of the Graph class; These are the corresponding traits.


The documentation for this class was generated from the following file: