Program Listing for File to_dot.hpp

Return to documentation for file (include/eat/utilities/to_dot.hpp)

#pragma once
#include <iosfwd>

#include "eat/framework/process.hpp"

namespace eat::utilities {

void graph_to_dot(std::ostream &s, const framework::Graph &g, bool recursive = true);

}  // namespace eat::utilities