OpenADFortTk (including Open64 and OpenAnalysis references)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
pred_node_iter< DIGRAPH > Struct Template Reference

#include <graph.h>

Collaboration diagram for pred_node_iter< DIGRAPH >:
Collaboration graph

Public Types

typedef DIGRAPH::node node
 
typedef DIGRAPH::edge edge
 
typedef pred_node_iter< DIGRAPH > self
 

Public Member Functions

self operator++ (int)
 
selfoperator++ ()
 
nodeoperator* ()
 
self begin (node *v) const
 
self end (node *v) const
 

Public Attributes

edgecur
 

Friends

bool operator== (const self &x, const self &y)
 

Detailed Description

template<class DIGRAPH>
struct pred_node_iter< DIGRAPH >

Definition at line 150 of file graph.h.

Member Typedef Documentation

template<class DIGRAPH >
typedef DIGRAPH::edge pred_node_iter< DIGRAPH >::edge

Definition at line 356 of file graph.h.

template<class DIGRAPH >
typedef DIGRAPH::node pred_node_iter< DIGRAPH >::node

Definition at line 355 of file graph.h.

template<class DIGRAPH >
typedef pred_node_iter<DIGRAPH> pred_node_iter< DIGRAPH >::self

Definition at line 357 of file graph.h.

Member Function Documentation

template<class DIGRAPH >
self pred_node_iter< DIGRAPH >::begin ( node v) const
inline

Definition at line 366 of file graph.h.

References pred_node_iter< DIGRAPH >::cur.

template<class DIGRAPH >
self pred_node_iter< DIGRAPH >::end ( node v) const
inline

Definition at line 367 of file graph.h.

References pred_node_iter< DIGRAPH >::cur.

template<class DIGRAPH >
node* pred_node_iter< DIGRAPH >::operator* ( )
inline

Definition at line 363 of file graph.h.

References pred_node_iter< DIGRAPH >::cur.

template<class DIGRAPH >
self pred_node_iter< DIGRAPH >::operator++ ( int  )
inline

Definition at line 361 of file graph.h.

References pred_node_iter< DIGRAPH >::cur.

template<class DIGRAPH >
self& pred_node_iter< DIGRAPH >::operator++ ( )
inline

Definition at line 362 of file graph.h.

References pred_node_iter< DIGRAPH >::cur.

Friends And Related Function Documentation

template<class DIGRAPH >
bool operator== ( const self x,
const self y 
)
friend

Definition at line 364 of file graph.h.

Member Data Documentation


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