#include <graph_visitor.hpp>
Public Member Functions | |
void | visit (node const &node) |
~acyclic_visitor () | |
Private Attributes | |
std::vector < std::string > | nodes |
Definition at line 50 of file graph_visitor.hpp.
graph::acyclic_visitor::~acyclic_visitor | ( | ) | [inline] |
Definition at line 55 of file graph_visitor.hpp.
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.
std::vector<std::string> graph::acyclic_visitor::nodes [private] |