| libabigail
    | 
Base class for graph nodes. More...
#include <abg-viz-dot.h>
| Public Types | |
| enum | type { child , parent } | 
| Possible derived types.  More... | |
| Public Member Functions | |
| node_base (const std::string &__id, type __t, const style &__sty) | |
| Public Attributes | |
| units_type | _M_count | 
| std::string | _M_id | 
| const style & | _M_style | 
| type | _M_type | 
| float | _M_x_space | 
| float | _M_y_space | 
| Static Public Attributes | |
| static units_type | _M_count_total | 
Base class for graph nodes.
Definition at line 17 of file abg-viz-dot.h.
| enum type | 
Possible derived types.
Definition at line 20 of file abg-viz-dot.h.
Definition at line 31 of file abg-viz-dot.h.
| units_type _M_count | 
Definition at line 24 of file abg-viz-dot.h.
| 
 | static | 
Definition at line 23 of file abg-viz-dot.h.
| std::string _M_id | 
Definition at line 22 of file abg-viz-dot.h.
| const style& _M_style | 
Definition at line 28 of file abg-viz-dot.h.
| type _M_type | 
Definition at line 25 of file abg-viz-dot.h.
| float _M_x_space | 
Definition at line 26 of file abg-viz-dot.h.
| float _M_y_space | 
Definition at line 27 of file abg-viz-dot.h.