|
YAZ 5.37.0
|
#include <z-core.h>
Data Fields | |
| int | which |
| union { | |
| Odr_null * op_and | |
| Odr_null * op_or | |
| Odr_null * and_not | |
| Z_ProximityOperator * prox | |
| } | u |
| Odr_null* Z_Operator::and_not |
Definition at line 563 of file z-core.h.
Referenced by rpn_complex().
| Odr_null* Z_Operator::op_and |
Definition at line 561 of file z-core.h.
Referenced by rpn_complex().
| Odr_null* Z_Operator::op_or |
Definition at line 562 of file z-core.h.
Referenced by rpn_complex().
| Z_ProximityOperator* Z_Operator::prox |
Definition at line 564 of file z-core.h.
Referenced by rpn2cql_structure(), rpn_complex(), yaz_query2xml_operator(), yaz_rpnstructure_to_wrbuf(), and zlog_structure().
| union { ... } Z_Operator::u |
Referenced by rpn2cql_structure(), rpn_complex(), yaz_query2xml_operator(), yaz_rpnstructure_to_wrbuf(), and zlog_structure().
| int Z_Operator::which |
Definition at line 559 of file z-core.h.
Referenced by check_range(), complex_op_name(), complex_op_name(), rpn2cql_structure(), rpn2solr_structure(), rpn_complex(), yaz_query2xml_operator(), yaz_rpnstructure_to_wrbuf(), and zlog_structure().