15 Process(
const std::string& command);
23 void write_line(
const std::string& line)
const;
std::string read_line() const
Reads a line from the process.
Process & operator=(const Process &)=delete
void write_line(const std::string &line) const
Ends line with a newline character, sends to the process.
Process(Process &&)=default
Process(const Process &)=delete
Process & operator=(Process &&)=default