hFILE

The fields of this structure are declared here solely for the benefit of the hFILE-related inline functions. They may change in future releases. User code should not use them directly; you should imagine that hFILE is an opaque incomplete type.

Members

Variables

backend
const(hFILE_backend)* backend;
Undocumented in source.
begin
char* begin;
Undocumented in source.
buffer
char* buffer;
Undocumented in source.
end
char* end;
Undocumented in source.
has_errno
int has_errno;
Undocumented in source.
limit
char* limit;
Undocumented in source.
offset
off_t offset;
Undocumented in source.

Meta