|
YAZ 5.35.1
|
#include <z-core.h>
Data Fields | ||
| int | which | |
| union { | ||
| Z_InternationalString * sortField | ||
| Z_Specification * elementSpec | ||
| Z_SortAttributes * sortAttributes | ||
| } | u | |
| Z_Specification* Z_SortKey::elementSpec |
| Z_SortAttributes* Z_SortKey::sortAttributes |
Definition at line 1112 of file z-core.h.
Referenced by yaz_sort_spec(), and yaz_sort_spec_to_type7().
| Z_InternationalString* Z_SortKey::sortField |
Definition at line 1110 of file z-core.h.
Referenced by yaz_sort_spec(), yaz_sort_spec_to_cql(), yaz_sort_spec_to_solr_sortkeys(), yaz_sort_spec_to_srw_sortkeys(), and yaz_sort_spec_to_type7().
| union { ... } Z_SortKey::u |
| int Z_SortKey::which |
Definition at line 1108 of file z-core.h.
Referenced by yaz_sort_spec(), yaz_sort_spec_to_cql(), yaz_sort_spec_to_solr_sortkeys(), yaz_sort_spec_to_srw_sortkeys(), and yaz_sort_spec_to_type7().