51 int pipe_child_stdout_fd[2];
52 int pipe_child_stdin_fd[2];
56 int pipe_child_exec_status[2];
58 PROCESS_INFORMATION piProcInfo;
59 HANDLE g_hChildStd_IN_Rd = NULL;
60 HANDLE g_hChildStd_IN_Wr = NULL;
61 HANDLE g_hChildStd_OUT_Rd = NULL;
62 HANDLE g_hChildStd_OUT_Wr = NULL;
69 #endif // SCLANUCHER_HPP
Subprocess(std::string command)
void SendData(const std::string &)
Definition: Subprocess.hpp:40
Subprocess operator=(const Subprocess &)=delete
Definition: Alertable.hpp:26
Definition: Subprocess.hpp:32
Subprocess(std::string t)
Definition: Subprocess.hpp:33
Definition: Exception.hpp:29