FLCBYTBF-API
FLUC C++ Stream Buffer Interface
Counting values

Defines integer values to define which statistical accounting value is requested by function fcbcount() or FCRCNT(). More...

Macros

#define FLC_INBOUND_COUNT
 Use input values.
 
#define FLC_OUTBOUND_COUNT
 Use output values.
 
#define FLC_FIO_COUNT
 Use values from File I/O.
 
#define FLC_FMT_COUNT
 Use values from formatting.
 
#define FLC_BYTE_COUNT
 Determine byte counts.
 
#define FLC_UNIT_COUNT
 Determine unit (block or record) counts.
 

Detailed Description

Defines integer values to define which statistical accounting value is requested by function fcbcount() or FCRCNT().

Macro Definition Documentation

◆ FLC_INBOUND_COUNT

#define FLC_INBOUND_COUNT

Use input values.

◆ FLC_OUTBOUND_COUNT

#define FLC_OUTBOUND_COUNT

Use output values.

◆ FLC_FIO_COUNT

#define FLC_FIO_COUNT

Use values from File I/O.

◆ FLC_FMT_COUNT

#define FLC_FMT_COUNT

Use values from formatting.

◆ FLC_BYTE_COUNT

#define FLC_BYTE_COUNT

Determine byte counts.

◆ FLC_UNIT_COUNT

#define FLC_UNIT_COUNT

Determine unit (block or record) counts.