Struct note_att_node_t
The core structure for algebraic tangle trees.
#include <notation_att.h>
Public Attributes
| Type | Name |
|---|---|
| struct note_att_node_t * | L_child |
| note_tv_t * | L_tv |
| struct note_att_node_t * | R_child |
| note_tv_t * | R_tv |
| uint8_t | operation |
Public Attributes Documentation
variable L_child
struct note_att_node_t* note_att_node_t::L_child;
variable L_tv
note_tv_t* note_att_node_t::L_tv;
variable R_child
struct note_att_node_t* note_att_node_t::R_child;
variable R_tv
note_tv_t* note_att_node_t::R_tv;
variable operation
uint8_t note_att_node_t::operation;
The documentation for this class was generated from the following file source/note-algebraic_tangle_tree/src/notation_att.h