GnuCOBOL  2.0
A free COBOL compiler
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
cob_fileio_funcs Struct Reference

#include <common.h>

Data Fields

int(* open )(cob_file *, char *, const int, const int)
 
int(* close )(cob_file *, const int)
 
int(* start )(cob_file *, const int, cob_field *)
 
int(* read )(cob_file *, cob_field *, const int)
 
int(* read_next )(cob_file *, const int)
 
int(* write )(cob_file *, const int)
 
int(* rewrite )(cob_file *, const int)
 
int(* fdelete )(cob_file *)
 

Field Documentation

int(* cob_fileio_funcs::close)(cob_file *, const int)

Referenced by cob_close().

int(* cob_fileio_funcs::fdelete)(cob_file *)

Referenced by cob_delete().

int(* cob_fileio_funcs::open)(cob_file *, char *, const int, const int)

Referenced by cob_open().

int(* cob_fileio_funcs::read)(cob_file *, cob_field *, const int)

Referenced by cob_read().

int(* cob_fileio_funcs::read_next)(cob_file *, const int)

Referenced by cob_read(), and cob_read_next().

int(* cob_fileio_funcs::rewrite)(cob_file *, const int)

Referenced by cob_rewrite().

int(* cob_fileio_funcs::start)(cob_file *, const int, cob_field *)

Referenced by cob_start().

int(* cob_fileio_funcs::write)(cob_file *, const int)

Referenced by cob_write().


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