dexpect ~master (2015-05-27T16:55:52Z)
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
timeout
Constructs an Expect that runs cmd with no args