#include <z-core.h>
Data Fields | |
| int | which |
| union { | |
| Z_AttributesPlusTerm * attributesPlusTerm | |
| Z_ResultSetId * resultSetId | |
| Z_ResultSetPlusAttributes * resultAttr | |
| } | u |
Definition at line 509 of file z-core.h.
| int Z_Operand::which |
Definition at line 510 of file z-core.h.
Referenced by yaz_query2xml_rpnstructure(), yaz_query_charset_convert_operand(), and yaz_xml2query_rpnstructure().
Definition at line 512 of file z-core.h.
Referenced by yaz_query2xml_rpnstructure(), yaz_query_charset_convert_operand(), and yaz_xml2query_rpnstructure().
Definition at line 513 of file z-core.h.
Referenced by yaz_query2xml_rpnstructure(), and yaz_xml2query_rpnstructure().
| union { ... } Z_Operand::u |
Referenced by yaz_query2xml_rpnstructure(), yaz_query_charset_convert_operand(), and yaz_xml2query_rpnstructure().
1.5.6