#include <z-core.h>
Data Fields | |
| int | which |
| union { | |
| Odr_oct * general | |
| int * numeric | |
| Z_InternationalString * characterString | |
| Odr_oid * oid | |
| char * dateTime | |
| Z_External * external | |
| Z_IntUnit * integerAndUnit | |
| Odr_null * null | |
| } | u |
Definition at line 536 of file z-core.h.
| int Z_Term::which |
Definition at line 537 of file z-core.h.
Referenced by log_scan_term_level(), yaz_query2xml_term(), yaz_query_charset_convert_term(), and ztest_scan().
Definition at line 539 of file z-core.h.
Referenced by log_scan_term_level(), yaz_query2xml_term(), yaz_query_charset_convert_term(), and ztest_scan().
| int* Z_Term::numeric |
| char* Z_Term::dateTime |
| union { ... } Z_Term::u |
Referenced by log_scan_term_level(), yaz_query2xml_term(), yaz_query_charset_convert_term(), and ztest_scan().
1.5.6