|
YAZ 5.35.1
|
#include <z-core.h>
Data Fields | ||
| int | which | |
| union { | ||
| Z_ElementSetNames * simple | ||
| Z_CompSpec * complex | ||
| } | u | |
| Z_CompSpec* Z_RecordComposition::complex |
Definition at line 644 of file z-core.h.
Referenced by srw_bend_fetch(), yaz_get_esn(), and Z3950_send_present().
| Z_ElementSetNames* Z_RecordComposition::simple |
Definition at line 643 of file z-core.h.
Referenced by response_searchRequest(), srw_bend_search(), yaz_get_esn(), yaz_set_esn(), and Z3950_send_present().
| union { ... } Z_RecordComposition::u |
Referenced by response_searchRequest(), srw_bend_fetch(), srw_bend_search(), yaz_get_esn(), yaz_set_esn(), and Z3950_send_present().
| int Z_RecordComposition::which |
Definition at line 641 of file z-core.h.
Referenced by response_searchRequest(), srw_bend_fetch(), srw_bend_search(), yaz_get_esn(), yaz_set_esn(), and Z3950_send_present().