Grappa  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 379 of file Graph.hpp.

Constructor & Destructor Documentation

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

Definition at line 382 of file Graph.hpp.

Member Data Documentation

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

Definition at line 380 of file Graph.hpp.

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

Definition at line 381 of file Graph.hpp.


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