chigraph  master
Systems programming language written for beginners in LLVM
chi::Subprocess Member List

This is the complete list of members for chi::Subprocess, including all inherited members.

arguments() constchi::Subprocessinline
attachStringToStdErr(std::string &str)chi::Subprocessinline
attachStringToStdOut(std::string &str)chi::Subprocessinline
attachToStdErr(pipeHandler stdErrHandler)chi::Subprocessinline
attachToStdOut(pipeHandler stdOutHandler)chi::Subprocessinline
closeStdIn()chi::Subprocess
exitCode()chi::Subprocess
isStdInClosed() constchi::Subprocessinline
kill()chi::Subprocess
pipeHandler typedefchi::Subprocess
pushToStdIn(const char *data, size_t size)chi::Subprocess
running()chi::Subprocess
setArguments(const ForwardIterator &begin, const ForwardIterator &end)chi::Subprocessinline
setArguments(Range &&range)chi::Subprocessinline
setArguments(std::initializer_list< const char *> init)chi::Subprocessinline
setWorkingDirectory(boost::filesystem::path newWd)chi::Subprocessinline
start()chi::Subprocess
started() constchi::Subprocessinline
Subprocess(const boost::filesystem::path &pathToExecutable)chi::Subprocess
wait()chi::Subprocess
~Subprocess()chi::Subprocess