mir-algorithm — Libmir Archive
← Libmir Archive
Dlang.org
AssumeNothrowFile
mir
stdio
Nothrow File implementation for testing purposes.
struct
AssumeNothrowFile {
core
.
stdc
.
stdio
.
FILE
*
fp
;
void
rawWrite
(const(void)[] data);
void
flush
();
}
Members
Functions
flush
void
flush
()
rawWrite
void
rawWrite
(const(void)[] data)
Variables
fp
core
.
stdc
.
stdio
.
FILE
*
fp
;
Mixed In Members
From
mixin
FileMembers
put
void
put
(C data)
put
void
put
(const(C)[] data)
opBinary
template
opBinary
(string op : "<<")
writeln
void
writeln
(Args args)
write
void
write
(Args args)
Writes values in a text form
See Also
tout
,
terr
mir
stdio
classes
FileError
FileException
enums
NewLine
functions
derr
dout
dump
terr
tout
write
writeln
manifest constants
endl
mixin templates
FileMembers
structs
AssumeNothrowFile
File
Nothrow File implementation for testing purposes.