Grappa  r3821, hash 22cd626d567a91ead5b23302066d1e9469f45c66
Grappa::AdjIterator< G > Struct Template Reference

#include <Graph.hpp>

Public Member Functions

 AdjIterator (GlobalAddress< G > g, VertexID i)
 

Public Attributes

GlobalAddress< G > g
 
VertexID i
 

Detailed Description

template<typename G>
struct Grappa::AdjIterator< G >

Definition at line 390 of file Graph.hpp.

Constructor & Destructor Documentation

template<typename G>
Grappa::AdjIterator< G >::AdjIterator ( GlobalAddress< G >  g,
VertexID  i 
)
inline

Definition at line 393 of file Graph.hpp.

Member Data Documentation

template<typename G>
GlobalAddress<G> Grappa::AdjIterator< G >::g

Definition at line 391 of file Graph.hpp.

template<typename G>
VertexID Grappa::AdjIterator< G >::i

Definition at line 392 of file Graph.hpp.


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