launcher

Members

Enums

AppType
enum AppType
Undocumented in source.
JobState
enum JobState
Undocumented in source.
JobType
enum JobType
Undocumented in source.

Functions

logPipes
void logPipes(Job* job)
Undocumented in source. Be warned that the author may not have intended to support it.
makeCompileCommand
string makeCompileCommand(JobParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
makeRunCommand
string makeRunCommand(JobParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
readPluginInfo
PluginInfo* readPluginInfo(string fileData)
Undocumented in source. Be warned that the author may not have intended to support it.
readPluginPack
PluginPack* readPluginPack(string fileData)
Undocumented in source. Be warned that the author may not have intended to support it.
sendCommand
void sendCommand(Job* job, string command)
Undocumented in source. Be warned that the author may not have intended to support it.
toCString
string toCString(const(char)[] s)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Job
struct Job
Undocumented in source.
JobParams
struct JobParams
Undocumented in source.
Launcher
struct Launcher
Undocumented in source.
PluginInfo
struct PluginInfo
Undocumented in source.
PluginPack
struct PluginPack
Undocumented in source.

Variables

buildFolder
auto buildFolder;
Undocumented in source.

Meta

Authors

Andrey Penechko.