OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
owl::TBinField Struct Reference

The TBinField struct describes a group of like-typed fields in a structure to be read or written using the Binary I/O Struct calls. More...

#include <owl/file.h>

Public Attributes

TVarType Type
 Declared type of struct field.
 
int Bytes
 
int Count
 

Detailed Description

The TBinField struct describes a group of like-typed fields in a structure to be read or written using the Binary I/O Struct calls.

Definition at line 98 of file file.h.

Member Data Documentation

◆ Bytes

int owl::TBinField::Bytes

of bytes occupied in file

Definition at line 100 of file file.h.

◆ Count

int owl::TBinField::Count

of repeatitions of this item

Definition at line 101 of file file.h.

◆ Type

TVarType owl::TBinField::Type

Declared type of struct field.

Definition at line 99 of file file.h.


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