8#ifndef __ABG_VIZ_DOT_H__
9#define __ABG_VIZ_DOT_H__
20 enum type { child, parent };
23 static units_type _M_count_total;
28 const style& _M_style;
32 : _M_id(__id), _M_count(++_M_count_total),
33 _M_type(__t), _M_x_space(0.4), _M_y_space(0.2), _M_style(__sty)
39extern const style child_sty;
72 :
node_base(__id, node_base::child, child_sty)
98 const std::string _M_title;
100 std::ostringstream _M_sstream;
104 dot(
const std::string &__title)
110 empty() {
return _M_sstream.str().empty(); }
139 this->start_element();
145 this->finish_element();
Toplevel namespace for libabigail.
const style parent_sty
Useful constants.
Base class for graph nodes.
type
Possible derived types.
Datum consolidating style preferences.