|
YAZ 5.37.0
|
#include <z-core.h>
Data Fields | |
| int | which |
| union { | |
| Z_InternationalString * string | |
| Odr_int * numeric | |
| } | u |
| Odr_int* Z_StringOrNumeric::numeric |
Definition at line 1322 of file z-core.h.
Referenced by display_grs1(), read_grs1(), yaz_attribute_element_to_wrbuf(), yaz_query2xml_attribute_element(), and zlog_attributes().
| Z_InternationalString* Z_StringOrNumeric::string |
Definition at line 1321 of file z-core.h.
Referenced by cql_transform_parse_tok_line(), display_grs1(), get_attributeList(), lookup_index_from_string_attr(), lookup_index_from_string_attr(), read_grs1(), stringattr(), yaz_attribute_element_to_wrbuf(), yaz_query2xml_attribute_element(), and zlog_attributes().
| union { ... } Z_StringOrNumeric::u |
| int Z_StringOrNumeric::which |
Definition at line 1319 of file z-core.h.
Referenced by cql_transform_parse_tok_line(), display_grs1(), get_attributeList(), lookup_index_from_string_attr(), lookup_index_from_string_attr(), read_grs1(), stringattr(), yaz_attribute_element_to_wrbuf(), yaz_query2xml_attribute_element(), and zlog_attributes().