Reduct  v4.0.5-1-g4851deb
A functional and immutable language.
Loading...
Searching...
No Matches
reduct_rvsdg_node_info_t Struct Reference

Information about a node type. More...

#include <rvsdg.h>

Collaboration diagram for reduct_rvsdg_node_info_t:

Data Fields

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).
 

Detailed Description

Information about a node type.

Definition at line 168 of file rvsdg.h.

Field Documentation

◆ 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: