Graphviz 14.1.5~dev.20260409.0840
Loading...
Searching...
No Matches
Exnode_s Struct Reference

#include <expr.h>

Collaboration diagram for Exnode_s:
[legend]

Data Fields

long type
 value type
 
long op
 operator
 
bool binary
 data.operand.{left,right} ok
 
Exdata_t data
 

Detailed Description

Definition at line 145 of file expr.h.

Field Documentation

◆ binary

bool Exnode_s::binary

Definition at line 149 of file expr.h.

Referenced by eval(), and gen().

◆ data

◆ op

long Exnode_s::op

Definition at line 148 of file expr.h.

Referenced by binary(), eval(), and gen().

◆ type

long Exnode_s::type

Definition at line 147 of file expr.h.

Referenced by binary(), convert(), eval(), evaldyn(), gen(), getdyn(), prformat(), stringOf(), xConvert(), and xPrint().


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