The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
IOHandle
gamut
io
Can be a
FILE*
handle, a
FIMEMORY
, a
WrappedIO
... identifies the I/O stream.
import gamut.io;
nothrow @
nogc
alias
IOHandle
=
void
*
Meta
Source
See Implementation
gamut
io
aliases
EofProc
IOHandle
ReadProc
SeekProc
TellProc
WriteProc
structs
IOStream
MemoryFile
WrappedIO
variables
GAMUT_MAX_POSSIBLE_MEMORY_OFFSET
GAMUT_MAX_POSSIBLE_SIMULTANEOUS_READ
GAMUT_MAX_POSSIBLE_SIMULTANEOUS_WRITE
Can be a FILE* handle, a FIMEMORY, a WrappedIO... identifies the I/O stream.