Template Class DotGraph¶
Defined in File dot.hpp
Template Parameter Order¶
typename Allocator
Class Documentation¶
-
template<typename Allocator>
class DotGraph¶ Public Functions
-
inline explicit DotGraph(bool directed)¶
-
inline void add_child_to_node(frg::string_view parent, frg::string_view child, frg::string_view child_label)¶
Adds a child node to a parent.
- Parameters:
parent – The parent to add a child to
child – The child’s node id
child_label – The child’s label
-
inline void add_node(frg::string_view name, frg::string_view label)¶
-
inline explicit DotGraph(bool directed)¶