libabigail
Public Member Functions | List of all members
dot Struct Reference

#include <abg-viz-dot.h>

Public Member Functions

 dot (const std::string &__title)
 
void add_child_to_node (const child_node &, const node_base &)
 
void add_edge (const node_base &, const node_base &)
 
void add_node (const node_base &)
 
void add_parent (const parent_node &)
 
void add_title ()
 
bool empty ()
 
void finish ()
 
void finish_element ()
 
void start ()
 
void start_element ()
 
void write ()
 

Detailed Description

DOT "graph" style notation for class inheritance.

This is a compact DOT representation of a single class inheritance.

It is composed of the following data points for each parent

Including typographic information to compute line length, and C++ niceities like grouping and overload sets.

It's constructed by creating a digraph, starting from the base node.

Definition at line 93 of file abg-viz-dot.h.


The documentation for this struct was generated from the following files: