Graphviz 15.0.1~dev.20260609.0243
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 139 of file expr.h.

Field Documentation

◆ binary

bool Exnode_s::binary

Definition at line 143 of file expr.h.

Referenced by eval(), and gen().

◆ data

◆ op

long Exnode_s::op

Definition at line 142 of file expr.h.

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

◆ type

long Exnode_s::type

Definition at line 141 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: