Fawkes API Fawkes Development Version
|
This is the complete list of members for fawkes::SubProcess, including all inherited members.
alive() | fawkes::SubProcess | |
check_proc() | fawkes::SubProcess | |
exit_status() | fawkes::SubProcess | |
kill(int signum) | fawkes::SubProcess | |
pid() const | fawkes::SubProcess | inline |
pipe_stderr_r() const | fawkes::SubProcess | inline |
pipe_stdin_w() const | fawkes::SubProcess | inline |
pipe_stdout_r() const | fawkes::SubProcess | inline |
sd_stderr() | fawkes::SubProcess | inline |
sd_stdin() | fawkes::SubProcess | inline |
sd_stdout() | fawkes::SubProcess | inline |
SubProcess(const char *progname, const char *file, const char *argv[], const char *envp[]) | fawkes::SubProcess | |
SubProcess(const char *progname, const char *file, const char *argv[], const char *envp[], fawkes::Logger *logger) | fawkes::SubProcess | |
SubProcess(const std::string &progname, const std::string &file, const std::vector< std::string > &argv, const std::vector< std::string > &envp) | fawkes::SubProcess | |
SubProcess(const std::string &progname, const std::string &file, const std::vector< std::string > &argv, const std::vector< std::string > &envp, fawkes::Logger *logger) | fawkes::SubProcess | |
~SubProcess() | fawkes::SubProcess |