#include <z-core.h>
Data Fields | |
| bool_t * | exclusion |
| int * | distance |
| bool_t * | ordered |
| int * | relationType |
| int | which |
| union { | |
| Z_ProxUnit * known | |
| int * zprivate | |
| } | u |
Definition at line 591 of file z-core.h.
| bool_t* Z_ProximityOperator::exclusion |
Definition at line 592 of file z-core.h.
Referenced by yaz_query2xml_operator(), and yaz_xml2query_operator().
Definition at line 593 of file z-core.h.
Referenced by yaz_query2xml_operator(), and yaz_xml2query_operator().
| bool_t* Z_ProximityOperator::ordered |
Definition at line 594 of file z-core.h.
Referenced by yaz_query2xml_operator(), and yaz_xml2query_operator().
Definition at line 601 of file z-core.h.
Referenced by yaz_query2xml_operator(), and yaz_xml2query_operator().
Definition at line 602 of file z-core.h.
Referenced by yaz_query2xml_operator(), and yaz_xml2query_operator().
Definition at line 604 of file z-core.h.
Referenced by yaz_query2xml_operator(), and yaz_xml2query_operator().
| union { ... } Z_ProximityOperator::u |
Referenced by yaz_query2xml_operator(), and yaz_xml2query_operator().
1.5.6