YAZ 5.35.1
Data Fields
Z_ElementData Struct Reference

#include <z-grs.h>

Data Fields

int which
 
union { 
 
   Odr_oct *   octets 
 
   Odr_int *   numeric 
 
   char *   date 
 
   Z_External *   ext 
 
   Z_InternationalString *   string 
 
   Odr_bool *   trueOrFalse 
 
   Odr_oid *   oid 
 
   Z_IntUnit *   intUnit 
 
   Odr_null *   elementNotThere 
 
   Odr_null *   elementEmpty 
 
   Odr_null *   noDataRequested 
 
   Z_External *   diagnostic 
 
   Z_GenericRecord *   subtree 
 
u 
 

Detailed Description

Definition at line 68 of file z-grs.h.

Field Documentation

◆ date

char* Z_ElementData::date

Definition at line 73 of file z-grs.h.

Referenced by display_grs1().

◆ diagnostic

Z_External* Z_ElementData::diagnostic

Definition at line 82 of file z-grs.h.

◆ elementEmpty

Odr_null* Z_ElementData::elementEmpty

Definition at line 80 of file z-grs.h.

◆ elementNotThere

Odr_null* Z_ElementData::elementNotThere

Definition at line 79 of file z-grs.h.

◆ ext

Z_External* Z_ElementData::ext

Definition at line 74 of file z-grs.h.

◆ intUnit

Z_IntUnit* Z_ElementData::intUnit

Definition at line 78 of file z-grs.h.

◆ noDataRequested

Odr_null* Z_ElementData::noDataRequested

Definition at line 81 of file z-grs.h.

◆ numeric

Odr_int* Z_ElementData::numeric

Definition at line 72 of file z-grs.h.

Referenced by display_grs1().

◆ octets

Odr_oct* Z_ElementData::octets

Definition at line 71 of file z-grs.h.

◆ oid

Odr_oid* Z_ElementData::oid

Definition at line 77 of file z-grs.h.

Referenced by display_grs1().

◆ string

Z_InternationalString* Z_ElementData::string

Definition at line 75 of file z-grs.h.

Referenced by display_grs1(), and read_grs1().

◆ subtree

Z_GenericRecord* Z_ElementData::subtree

Definition at line 83 of file z-grs.h.

Referenced by display_grs1(), and read_grs1().

◆ trueOrFalse

Odr_bool* Z_ElementData::trueOrFalse

Definition at line 76 of file z-grs.h.

◆ [union]

union { ... } Z_ElementData::u

Referenced by display_grs1(), and read_grs1().

◆ which

int Z_ElementData::which

Definition at line 69 of file z-grs.h.

Referenced by display_grs1(), and read_grs1().


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