#include <process.hpp>
Definition at line 8 of file process.hpp.
◆ Process() [1/3]
| Process::Process |
( |
const std::string & |
command | ) |
|
◆ ~Process()
◆ Process() [2/3]
| Process::Process |
( |
const Process & |
| ) |
|
|
delete |
◆ Process() [3/3]
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ read_line()
| std::string Process::read_line |
( |
| ) |
const |
Reads a line from the process.
Definition at line 56 of file process.cpp.
◆ write_line()
| void Process::write_line |
( |
const std::string & |
line | ) |
const |
Ends line with a newline character, sends to the process.
Definition at line 49 of file process.cpp.
◆ pid
◆ stdin_fd
| int Process::stdin_fd = 0 |
|
private |
◆ stdout_fd
| int Process::stdout_fd = 0 |
|
private |
The documentation for this class was generated from the following files: