dlang-tour v1.0.4 (2017-02-19T13:52:07Z)
Home
Dub
Repo
Docker
exec
docker
Undocumented in source.
class
Docker :
IExecProvider
{
this
(int timeLimitInSeconds, int maximumOutputSize, int maximumQueueSize, int memoryLimitMB);
Tuple
!(
string
,
"output"
,
bool
,
"success"
)
compileAndExecute
(string source);
}
Constructors
this
this
(int timeLimitInSeconds, int maximumOutputSize, int maximumQueueSize, int memoryLimitMB)
Undocumented in source.
Members
Functions
compileAndExecute
Tuple
!(
string
,
"output"
,
bool
,
"success"
)
compileAndExecute
(string source)
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From IExecProvider
compileAndExecute
Tuple
!(
string
,
"output"
,
bool
,
"success"
)
compileAndExecute
(string source)
Undocumented in source.
Meta
Source
See Implementation
exec
docker
classes
Docker