dexpect v0.0.3 (2015-05-24T19:39:12Z)
Home
Dub
Repo
ExpectImpl.this
dexpect
ExpectImpl
Constructs an Expect that runs cmd with no args
this
(string cmd, OutputRange sink)
class
ExpectImpl
(OutputRange)
this
(
string
cmd
,
OutputRange
sink
)
if
(
isOutputRange
!(
OutputRange
,
string
)
)
this
(string cmd, string[] args, OutputRange sink)
Meta
Source
See Implementation
dexpect
ExpectImpl
constructors
this
destructors
~this
functions
expect
read
readAllAvailable
send
sendLine
properties
after
before
data
sink
timeout
variables
_sink
Constructs an Expect that runs cmd with no args