The base of all graph nodes. More...
#include <flow_graph.h>
 
  
 | Public Member Functions | |
| graph_node (graph &g) | |
| virtual void | set_name (const char *name)=0 | 
| Protected Member Functions | |
| virtual void | reset ()=0 | 
| Protected Attributes | |
| graph & | my_graph | 
| graph_node * | next | 
| graph_node * | prev | 
| Friends | |
| class | graph | 
| template<typename C , typename N > | |
| class | graph_iterator | 
The base of all graph nodes.