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

#include <kest_dictionary.h>

Collaboration diagram for kest_dictionary_entry:

Data Fields

const char * name
int type
int line
union { 
   int   val_int 
   float   val_float 
   const char *   val_string 
   kest_expression *   val_expr 
   struct kest_dictionary *   val_dict 
   struct kest_dictionary_entry_list *   val_list 
value

Detailed Description

Definition at line 16 of file kest_dictionary.h.

Field Documentation

◆ line

int kest_dictionary_entry::line

◆ name

◆ type

◆ val_dict

◆ val_expr

◆ val_float

◆ val_int

◆ val_list

struct kest_dictionary_entry_list* kest_dictionary_entry::val_list

◆ val_string

◆ [union]


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