CWB
Data Fields
SencodeRange Struct Reference

SencodeRange object - distinct from the Range object in cwb-encode. More...

Data Fields

char * dir
 directory where this s-attribute is stored More...
 
char * name
 s-attribute name More...
 
int store_values
 flag indicating whether to store values More...
 
int ready
 flag indicates whether sencode_range_open() has already been called More...
 
FILE * fd
 fd of x.rng (bin mode) More...
 
FILE * avx
 the attribute value index (bin mode) More...
 
FILE * avs
 the attribute value strings (text mode) More...
 
int last_cpos
 end of last region (consistency checking) More...
 
int num
 the next will be the num-th structure More...
 
int offset
 string offset for next string More...
 

Detailed Description

SencodeRange object - distinct from the Range object in cwb-encode.

Field Documentation

FILE* avs

the attribute value strings (text mode)

Referenced by sencode_close_files(), sencode_declare_new_satt(), sencode_open_files(), and sencode_write_region().

FILE* avx

the attribute value index (bin mode)

Referenced by sencode_close_files(), sencode_declare_new_satt(), sencode_open_files(), and sencode_write_region().

char* dir

directory where this s-attribute is stored

Referenced by sencode_declare_new_satt(), and sencode_open_files().

FILE* fd
int last_cpos

end of last region (consistency checking)

Referenced by main(), sencode_declare_new_satt(), and sencode_write_region().

char* name
int num

the next will be the num-th structure

Referenced by sencode_declare_new_satt(), and sencode_write_region().

int offset

string offset for next string

Referenced by sencode_declare_new_satt(), and sencode_write_region().

int ready

flag indicates whether sencode_range_open() has already been called

Referenced by sencode_close_files(), sencode_declare_new_satt(), sencode_open_files(), and sencode_write_region().

int store_values

flag indicating whether to store values

Referenced by main(), sencode_declare_new_satt(), sencode_open_files(), and sencode_write_region().


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