GnuCOBOL  2.0
A free COBOL compiler
cobitem Struct Reference
Collaboration diagram for cobitem:

Data Fields

struct cobitemnext
 
unsigned char end_of_block
 
unsigned char block_byte
 
unsigned char unique [sizeof(size_t)]
 
unsigned char item [1]
 

Detailed Description

Definition at line 177 of file fileio.c.

Field Documentation

unsigned char cobitem::block_byte

Definition at line 180 of file fileio.c.

Referenced by cob_file_sort_process(), cob_new_item(), and cob_write_block().

unsigned char cobitem::end_of_block
unsigned char cobitem::item[1]

Definition at line 182 of file fileio.c.

Referenced by cob_file_sort_compare(), cob_file_sort_retrieve(), and cob_file_sort_submit().

unsigned char cobitem::unique[sizeof(size_t)]

Definition at line 181 of file fileio.c.

Referenced by cob_file_sort_compare(), cob_file_sort_submit(), and cob_read_item().


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