diopipe ~master (2022-05-10T05:39:30.7888247)
Dub
Repo
IOpipe
dIOpipe
IOpipe
Undocumented in source.
class
IOpipe {
this
(string executable, string workingDir);
~this
();
string
read
();
size_t
write
(string wr);
}
Constructors
this
this
(string executable, string workingDir)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
read
string
read
()
Undocumented in source. Be warned that the author may not have intended to support it.
write
size_t
write
(string wr)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
dIOpipe
IOpipe
classes
IOpipe
PipeOpenError
PipeReadError
PipeWriteError