This is the complete list of members for basis::Subprocess, including all inherited members.
call(const CommandLine &cmd) | basis::Subprocess | static |
call(const std::string &cmd) | basis::Subprocess | static |
CommandLine typedef | basis::Subprocess | |
communicate(std::istream &in, std::ostream &out, std::ostream &err) | basis::Subprocess | |
communicate(std::ostream &out, std::ostream &err) | basis::Subprocess | |
communicate(std::ostream &out) | basis::Subprocess | |
Environment typedef | basis::Subprocess | |
kill() | basis::Subprocess | |
pid() const | basis::Subprocess | |
poll() const | basis::Subprocess | |
popen(const CommandLine &args, const RedirectMode rm_in=RM_NONE, const RedirectMode rm_out=RM_NONE, const RedirectMode rm_err=RM_NONE, const Environment *env=NULL) | basis::Subprocess | |
popen(const std::string &cmd, const RedirectMode rm_in=RM_NONE, const RedirectMode rm_out=RM_NONE, const RedirectMode rm_err=RM_NONE, const Environment *env=NULL) | basis::Subprocess | inline |
read(void *buf, size_t nbuf, bool err=false) | basis::Subprocess | |
RedirectMode enum name | basis::Subprocess | |
returncode() const | basis::Subprocess | |
RM_NONE enum value | basis::Subprocess | |
RM_PIPE enum value | basis::Subprocess | |
RM_STDOUT enum value | basis::Subprocess | |
send_signal(int signal) | basis::Subprocess | |
signaled() const | basis::Subprocess | |
split(const std::string &cmd) | basis::Subprocess | static |
Subprocess() | basis::Subprocess | |
terminate() | basis::Subprocess | |
tostring(const CommandLine &args) | basis::Subprocess | static |
wait() | basis::Subprocess | |
write(const void *buf, size_t nbuf) | basis::Subprocess | |
~Subprocess() | basis::Subprocess |