YAZ  5.34.0
Data Fields
Z_TargetResponse Struct Reference

#include <z-charneg.h>

Data Fields

int which
 
union {
   Z_Iso2022 *   iso2022
 
   Z_Iso10646 *   iso10646
 
   Z_PrivateCharacterSet *   zprivate
 
   Odr_null *   none
 
u
 
Z_LanguageCodeselectedLanguage
 
Odr_boolrecordsInSelectedCharSets
 

Detailed Description

Definition at line 90 of file z-charneg.h.

Field Documentation

◆ iso10646

Z_Iso10646* Z_TargetResponse::iso10646

Definition at line 94 of file z-charneg.h.

Referenced by yaz_get_response_charneg(), and z_get_TargetResponse().

◆ iso2022

Z_Iso2022* Z_TargetResponse::iso2022

Definition at line 93 of file z-charneg.h.

◆ none

Odr_null* Z_TargetResponse::none

Definition at line 96 of file z-charneg.h.

◆ recordsInSelectedCharSets

Odr_bool* Z_TargetResponse::recordsInSelectedCharSets

Definition at line 103 of file z-charneg.h.

Referenced by yaz_get_response_charneg(), and z_get_TargetResponse().

◆ selectedLanguage

Z_LanguageCode* Z_TargetResponse::selectedLanguage

Definition at line 102 of file z-charneg.h.

Referenced by yaz_get_response_charneg(), and z_get_TargetResponse().

◆ 

union { ... } Z_TargetResponse::u

◆ which

int Z_TargetResponse::which

Definition at line 91 of file z-charneg.h.

Referenced by yaz_get_response_charneg(), and z_get_TargetResponse().

◆ zprivate

Z_PrivateCharacterSet* Z_TargetResponse::zprivate

Definition at line 95 of file z-charneg.h.

Referenced by yaz_get_response_charneg(), and z_get_TargetResponse().


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