Euphoria
dotoutput.h File Reference

Go to the source code of this file.

Classes

struct  eu::core::dot::Node
 
struct  eu::core::dot::Edge
 
struct  eu::core::dot::Graph
 

Namespaces

 eu
 
 eu::core
 
 eu::core::dot
 

Enumerations

enum class  eu::core::dot::NodeId : int
 

Functions

template<typename T , typename TLabelFunc , typename TFindChildrenFunc >
NodeId eu::core::dot::fill_graph (const T &item, TLabelFunc label_function, TFindChildrenFunc find_children_function, Graph *graph)
 
template<typename T , typename TLabelFunc , typename TFindChildrenFunc >
Graph eu::core::dot::create_graph (const T &item, TLabelFunc label_function, TFindChildrenFunc find_children_function)