IDZEBRA 2.2.8
Data Fields
data1_tag Struct Reference

#include <data1.h>

Data Fields

data1_namenames
 
int which
 
union { 
 
   int   numeric 
 
   char *   string 
 
value 
 
data1_datatype kind
 
struct data1_tagsettagset
 
struct data1_tagnext
 

Detailed Description

Definition at line 201 of file data1.h.

Field Documentation

◆ kind

data1_datatype data1_tag::kind

Definition at line 212 of file data1.h.

Referenced by data1_nodetogr(), data1_read_absyn(), and data1_read_tagset().

◆ names

data1_name* data1_tag::names

◆ next

struct data1_tag* data1_tag::next

◆ numeric

int data1_tag::numeric

◆ string

char* data1_tag::string

◆ tagset

struct data1_tagset* data1_tag::tagset

◆ [union]

union { ... } data1_tag::value

◆ which

int data1_tag::which

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