Kestrel Interface
Loading...
Searching...
No Matches
kest_expression Struct Reference

#include <kest_expression.h>

Collaboration diagram for kest_expression:

Data Fields

int type
int constant
int cached
float cached_val
union { 
   float   val_float 
   char *   ref_name 
   struct kest_expression **   sub_exprs 
val

Detailed Description

Definition at line 39 of file kest_expression.h.

Field Documentation

◆ cached

◆ cached_val

float kest_expression::cached_val

Definition at line 44 of file kest_expression.h.

Referenced by kest_expression_compute_range_rec(), and kest_expression_const().

◆ constant

◆ ref_name

◆ sub_exprs

◆ type

◆ [union]

◆ val_float

float kest_expression::val_float

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