graph::acyclic_visitor Class Reference

#include <graph_visitor.hpp>

Inheritance diagram for graph::acyclic_visitor:

Inheritance graph
[legend]
Collaboration diagram for graph::acyclic_visitor:

Collaboration graph
[legend]

List of all members.

Public Member Functions

void visit (node const &node)
 ~acyclic_visitor ()

Private Attributes

std::vector
< std::string > 
nodes


Detailed Description

Definition at line 50 of file graph_visitor.hpp.


Constructor & Destructor Documentation

graph::acyclic_visitor::~acyclic_visitor (  )  [inline]

Definition at line 55 of file graph_visitor.hpp.


Member Function Documentation

void graph::acyclic_visitor::visit ( graph::node const &  node  )  [virtual]

Implements graph::const_visitor.

Definition at line 67 of file graph.cpp.

References build_path(), graph::node::get_children(), graph::node::get_name(), and nodes.


Member Data Documentation

std::vector<std::string> graph::acyclic_visitor::nodes [private]

Definition at line 51 of file graph_visitor.hpp.

Referenced by visit().


The documentation for this class was generated from the following files:
Generated on Sun Feb 17 16:55:50 2008 for JDLParser by  doxygen 1.5.3