YAZ  5.34.0
Data Fields
yaz_facet_attr Struct Reference

#include <facet.h>

Data Fields

int errcode
 
char * errstring
 
const char * useattr
 
char useattrbuff [30]
 
int sortorder
 
int limit
 
int start
 

Detailed Description

A helper structure to extract all the attribute stuff from one Z_AttributesList for facets. The pointers will all be to the Z-structures, or to constants, so there is no need to worry about freeing them

Definition at line 53 of file facet.h.

Field Documentation

◆ errcode

int yaz_facet_attr::errcode

◆ errstring

char* yaz_facet_attr::errstring

◆ limit

int yaz_facet_attr::limit

◆ sortorder

int yaz_facet_attr::sortorder

◆ start

int yaz_facet_attr::start

◆ useattr

const char* yaz_facet_attr::useattr

◆ useattrbuff

char yaz_facet_attr::useattrbuff[30]

Definition at line 59 of file facet.h.

Referenced by useattr(), yaz_facet_attr_get_z_attributes(), and yaz_facet_attr_init().


The documentation for this struct was generated from the following file: