The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
WrappedIO
gamut
io
Undocumented in source.
package nothrow @
nogc
debug
struct
WrappedIO {
IOStream
*
wrapped
;
IOHandle
handle
;
}
Members
Variables
handle
IOHandle
handle
;
Original handle.
wrapped
IOStream
*
wrapped
;
I/O object being wrapped.
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