Galois
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
galois::graphs::MorphGraph< NodeTy, EdgeTy, Directional, InOut, HasNoLockable, SortedNeighbors, FileEdgeTy >::with_node_data< _node_data > Struct Template Reference

Struct used to define the type of node data in the graph. More...

#include <MorphGraph.h>

Public Types

using type = MorphGraph< _node_data, EdgeTy, Directional, InOut, HasNoLockable, SortedNeighbors, FileEdgeTy >
 Type with node data parameter set according to struct template arg. More...
 

Detailed Description

template<typename NodeTy, typename EdgeTy, bool Directional, bool InOut = false, bool HasNoLockable = false, bool SortedNeighbors = false, typename FileEdgeTy = EdgeTy>
template<typename _node_data>
struct galois::graphs::MorphGraph< NodeTy, EdgeTy, Directional, InOut, HasNoLockable, SortedNeighbors, FileEdgeTy >::with_node_data< _node_data >

Struct used to define the type of node data in the graph.

Member Typedef Documentation

template<typename NodeTy , typename EdgeTy , bool Directional, bool InOut = false, bool HasNoLockable = false, bool SortedNeighbors = false, typename FileEdgeTy = EdgeTy>
template<typename _node_data >
using galois::graphs::MorphGraph< NodeTy, EdgeTy, Directional, InOut, HasNoLockable, SortedNeighbors, FileEdgeTy >::with_node_data< _node_data >::type = MorphGraph<_node_data, EdgeTy, Directional, InOut, HasNoLockable, SortedNeighbors, FileEdgeTy>

Type with node data parameter set according to struct template arg.


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