digraph_node< NODE, EDGE > Type Template Reference

#include <graph.h>

Collaboration diagram for digraph_node< NODE, EDGE >:

Collaboration graph
[legend]

Public Types

typedef digraph_edge< NODE, EDGEdigraph_edge
typedef digraph< NODE, EDGEdigraph
typedef succ_node_iter< digraphsucc_node_iter
typedef pred_node_iter< digraphpred_node_iter

Public Member Functions

void add_succ (digraph_edge *e)
void add_pred (digraph_edge *e)
void delete_succ_edge (digraph_edge *e)
void delete_pred_edge (digraph_edge *e)
succ_node_iter succ_node_begin () const
succ_node_iter succ_node_end () const
pred_node_iter pred_node_begin () const
pred_node_iter pred_node_end () const
 digraph_node (NODE v)
 digraph_node ()

Data Fields

NODE node
int n_succ
int n_pred
digraph_edgefirst_succ
digraph_edgefirst_pred

Detailed Description

template<class NODE, class EDGE>
type digraph_node< NODE, EDGE >

Definition at line 174 of file graph.h.


Member Typedef Documentation

template<class NODE, class EDGE>
typedef digraph_edge<NODE, EDGE> digraph_node< NODE, EDGE >::digraph_edge

Definition at line 175 of file graph.h.

template<class NODE, class EDGE>
typedef digraph<NODE, EDGE> digraph_node< NODE, EDGE >::digraph

Definition at line 176 of file graph.h.

template<class NODE, class EDGE>
typedef succ_node_iter<digraph> digraph_node< NODE, EDGE >::succ_node_iter

Definition at line 177 of file graph.h.

template<class NODE, class EDGE>
typedef pred_node_iter<digraph> digraph_node< NODE, EDGE >::pred_node_iter

Definition at line 178 of file graph.h.


Constructor & Destructor Documentation

template<class NODE, class EDGE>
digraph_node< NODE, EDGE >::digraph_node ( NODE  v  )  [inline]

template<class NODE, class EDGE>
digraph_node< NODE, EDGE >::digraph_node (  )  [inline]


Member Function/Subroutine Documentation

template<class NODE, class EDGE>
void digraph_node< NODE, EDGE >::add_succ ( digraph_edge e  )  [inline]

template<class NODE, class EDGE>
void digraph_node< NODE, EDGE >::add_pred ( digraph_edge e  )  [inline]

template<class NODE, class EDGE>
void digraph_node< NODE, EDGE >::delete_succ_edge ( digraph_edge e  )  [inline]

template<class NODE, class EDGE>
void digraph_node< NODE, EDGE >::delete_pred_edge ( digraph_edge e  )  [inline]

template<class NODE, class EDGE>
succ_node_iter digraph_node< NODE, EDGE >::succ_node_begin (  )  const [inline]

template<class NODE, class EDGE>
succ_node_iter digraph_node< NODE, EDGE >::succ_node_end (  )  const [inline]

Definition at line 212 of file graph.h.

References succ_node_iter< DIGRAPH >::cur, and s.

template<class NODE, class EDGE>
pred_node_iter digraph_node< NODE, EDGE >::pred_node_begin (  )  const [inline]

template<class NODE, class EDGE>
pred_node_iter digraph_node< NODE, EDGE >::pred_node_end (  )  const [inline]

Definition at line 218 of file graph.h.

References pred_node_iter< DIGRAPH >::cur, and s.


Field Documentation

template<class NODE, class EDGE>
NODE digraph_node< NODE, EDGE >::node

Definition at line 180 of file graph.h.

template<class NODE, class EDGE>
int digraph_node< NODE, EDGE >::n_succ

Definition at line 181 of file graph.h.

Referenced by digraph_node< NODE, EDGE >::add_succ().

template<class NODE, class EDGE>
int digraph_node< NODE, EDGE >::n_pred

Definition at line 182 of file graph.h.

Referenced by digraph_node< NODE, EDGE >::add_pred().

template<class NODE, class EDGE>
digraph_edge* digraph_node< NODE, EDGE >::first_succ

template<class NODE, class EDGE>
digraph_edge* digraph_node< NODE, EDGE >::first_pred


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

Generated on Wed Apr 8 16:36:00 2009 for Open64 by  doxygen 1.5.6