dextool v2.0.0-rc.1 (2020-01-03T16:03:52Z)
Dub
Repo
ChannelException
process
channel
Undocumented in source.
class
ChannelException : Exception {
ChannelStatus
status
;
this
(ChannelStatus s);
string
toString
(ChannelStatus s);
}
Constructors
this
this
(ChannelStatus s)
Undocumented in source.
Members
Functions
toString
string
toString
(ChannelStatus s)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
status
ChannelStatus
status
;
Undocumented in source.
Meta
Source
See Implementation
process
channel
classes
ChannelException
FileReadChannel
FileWriteChannel
Pipe
Stdio
enums
ChannelStatus
functions
nullIn
nullOut
interfaces
Channel
ReadChannel
WriteChannel