libabigail
Public Types | Public Member Functions | Public Attributes | Static Public Attributes | List of all members
node_base Struct Reference

Base class for graph nodes. More...

#include <abg-viz-dot.h>

Inheritance diagram for node_base:
[legend]

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
 

Detailed Description

Base class for graph nodes.

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

Member Enumeration Documentation

◆ type

enum type

Possible derived types.

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


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