|
YAZ 5.37.0
|
#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 |
| char* Z_ElementData::date |
Definition at line 73 of file z-grs.h.
Referenced by display_grs1().
| Z_External* Z_ElementData::diagnostic |
| Z_External* Z_ElementData::ext |
| Odr_int* Z_ElementData::numeric |
Definition at line 72 of file z-grs.h.
Referenced by display_grs1().
| Odr_oid* Z_ElementData::oid |
Definition at line 77 of file z-grs.h.
Referenced by display_grs1().
| Z_InternationalString* Z_ElementData::string |
Definition at line 75 of file z-grs.h.
Referenced by display_grs1(), and read_grs1().
| Z_GenericRecord* Z_ElementData::subtree |
Definition at line 83 of file z-grs.h.
Referenced by display_grs1(), and read_grs1().
| union { ... } Z_ElementData::u |
Referenced by display_grs1(), and read_grs1().
| int Z_ElementData::which |
Definition at line 69 of file z-grs.h.
Referenced by display_grs1(), and read_grs1().