Galois
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
galois::graphs::ReadGraphConstructInEdgesFrom< GraphTy, Aux > Struct Template Reference

#include <ReadGraph.h>

Public Member Functions

 ReadGraphConstructInEdgesFrom (GraphTy &g, FileGraph &_f, Aux &a)
 
void operator() (unsigned tid, unsigned total)
 

Public Attributes

GraphTy & graph
 
FileGraphf
 
Aux & aux
 

Constructor & Destructor Documentation

template<typename GraphTy, typename Aux>
galois::graphs::ReadGraphConstructInEdgesFrom< GraphTy, Aux >::ReadGraphConstructInEdgesFrom ( GraphTy &  g,
FileGraph _f,
Aux &  a 
)
inline

Member Function Documentation

template<typename GraphTy, typename Aux>
void galois::graphs::ReadGraphConstructInEdgesFrom< GraphTy, Aux >::operator() ( unsigned  tid,
unsigned  total 
)
inline

Member Data Documentation

template<typename GraphTy, typename Aux>
Aux& galois::graphs::ReadGraphConstructInEdgesFrom< GraphTy, Aux >::aux
template<typename GraphTy, typename Aux>
FileGraph& galois::graphs::ReadGraphConstructInEdgesFrom< GraphTy, Aux >::f
template<typename GraphTy, typename Aux>
GraphTy& galois::graphs::ReadGraphConstructInEdgesFrom< GraphTy, Aux >::graph

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