GnuCOBOL  2.0
A free COBOL compiler
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 *)
 

Detailed Description

Definition at line 1223 of file common.h.

Field Documentation

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

Definition at line 1225 of file common.h.

Referenced by cob_close().

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

Definition at line 1231 of file common.h.

Referenced by cob_delete().

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

Definition at line 1224 of file common.h.

Referenced by cob_open().

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

Definition at line 1227 of file common.h.

Referenced by cob_read().

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

Definition at line 1228 of file common.h.

Referenced by cob_read(), and cob_read_next().

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

Definition at line 1230 of file common.h.

Referenced by cob_rewrite().

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

Definition at line 1226 of file common.h.

Referenced by cob_start().

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

Definition at line 1229 of file common.h.

Referenced by cob_write().


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