Information about a node type.
More...
#include <rvsdg.h>
|
| const char * | name |
| | The name of the node type.
|
| |
| const char * | color |
| | The color of the node type for visualization.
|
| |
| uint8_t | dataInputOffset |
| | The index where data inputs begin (skipping control inputs).
|
| |
Information about a node type.
Definition at line 168 of file rvsdg.h.
◆ name
| const char* reduct_rvsdg_node_info_t::name |
The name of the node type.
Definition at line 170 of file rvsdg.h.
◆ color
| const char* reduct_rvsdg_node_info_t::color |
The color of the node type for visualization.
Definition at line 171 of file rvsdg.h.
◆ dataInputOffset
| uint8_t reduct_rvsdg_node_info_t::dataInputOffset |
The index where data inputs begin (skipping control inputs).
Definition at line 172 of file rvsdg.h.
The documentation for this struct was generated from the following file: