postorder_iter< GRAPH, ITERATOR, VISITED > Struct Template Reference

#include <graph.h>

Inheritance diagram for postorder_iter< GRAPH, ITERATOR, VISITED >:
Inheritance graph
[legend]
Collaboration diagram for postorder_iter< GRAPH, ITERATOR, VISITED >:
Collaboration graph
[legend]

List of all members.

Public Types

typedef postorder_iter< GRAPH,
ITERATOR, VISITED > 
self

Public Member Functions

bool visited (GRAPH::node *v)
void set_visited (GRAPH::node *v)
selfoperator++ ()
self operator++ (int)
void set_cur (GRAPH::node *v)
bool empty ()
GRAPH::node * operator* ()
 postorder_iter ()
 postorder_iter (GRAPH::node *v)

Public Attributes

stack< ITERATOR > state
VISITED visited_set
ITERATOR cur

Detailed Description

template<class GRAPH, class ITERATOR = GRAPH::succ_node_iter, class VISITED = set<GRAPH::node*>>
struct postorder_iter< GRAPH, ITERATOR, VISITED >

Definition at line 444 of file graph.h.


Member Typedef Documentation

template<class GRAPH, class ITERATOR = GRAPH::succ_node_iter, class VISITED = set<GRAPH::node*>>
typedef postorder_iter<GRAPH, ITERATOR, VISITED> postorder_iter< GRAPH, ITERATOR, VISITED >::self

Definition at line 445 of file graph.h.


Constructor & Destructor Documentation

template<class GRAPH, class ITERATOR = GRAPH::succ_node_iter, class VISITED = set<GRAPH::node*>>
postorder_iter< GRAPH, ITERATOR, VISITED >::postorder_iter (  )  [inline]
template<class GRAPH, class ITERATOR = GRAPH::succ_node_iter, class VISITED = set<GRAPH::node*>>
postorder_iter< GRAPH, ITERATOR, VISITED >::postorder_iter ( GRAPH::node *  v  )  [inline]

Definition at line 508 of file graph.h.


Member Function Documentation

template<class GRAPH, class ITERATOR = GRAPH::succ_node_iter, class VISITED = set<GRAPH::node*>>
bool postorder_iter< GRAPH, ITERATOR, VISITED >::empty (  )  [inline]

Definition at line 505 of file graph.h.

template<class GRAPH, class ITERATOR = GRAPH::succ_node_iter, class VISITED = set<GRAPH::node*>>
GRAPH::node* postorder_iter< GRAPH, ITERATOR, VISITED >::operator* (  )  [inline]

Definition at line 506 of file graph.h.

template<class GRAPH, class ITERATOR = GRAPH::succ_node_iter, class VISITED = set<GRAPH::node*>>
self postorder_iter< GRAPH, ITERATOR, VISITED >::operator++ ( int   )  [inline]

Definition at line 484 of file graph.h.

template<class GRAPH, class ITERATOR = GRAPH::succ_node_iter, class VISITED = set<GRAPH::node*>>
self& postorder_iter< GRAPH, ITERATOR, VISITED >::operator++ (  )  [inline]

Definition at line 454 of file graph.h.

template<class GRAPH, class ITERATOR = GRAPH::succ_node_iter, class VISITED = set<GRAPH::node*>>
void postorder_iter< GRAPH, ITERATOR, VISITED >::set_cur ( GRAPH::node *  v  )  [inline]

Definition at line 485 of file graph.h.

template<class GRAPH, class ITERATOR = GRAPH::succ_node_iter, class VISITED = set<GRAPH::node*>>
void postorder_iter< GRAPH, ITERATOR, VISITED >::set_visited ( GRAPH::node *  v  )  [inline]
template<class GRAPH, class ITERATOR = GRAPH::succ_node_iter, class VISITED = set<GRAPH::node*>>
bool postorder_iter< GRAPH, ITERATOR, VISITED >::visited ( GRAPH::node *  v  )  [inline]

Member Data Documentation

template<class GRAPH, class ITERATOR = GRAPH::succ_node_iter, class VISITED = set<GRAPH::node*>>
ITERATOR postorder_iter< GRAPH, ITERATOR, VISITED >::cur
template<class GRAPH, class ITERATOR = GRAPH::succ_node_iter, class VISITED = set<GRAPH::node*>>
stack<ITERATOR> postorder_iter< GRAPH, ITERATOR, VISITED >::state

Definition at line 446 of file graph.h.

template<class GRAPH, class ITERATOR = GRAPH::succ_node_iter, class VISITED = set<GRAPH::node*>>
VISITED postorder_iter< GRAPH, ITERATOR, VISITED >::visited_set

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

Generated on Tue Nov 17 06:40:25 2009 for Open64 (mfef90, whirl2f, and IR tools) by  doxygen 1.6.1