20 #ifndef MIR_TEST_POPEN_H_ 21 #define MIR_TEST_POPEN_H_ 37 Popen(std::string
const& cmd);
49 std::unique_ptr<std::FILE, void(*)(FILE* f)> raw_stream;
AutoUnblockThread is a helper thread class that can gracefully shutdown at destruction time...
Definition: sw_splash.h:26
bool get_line(std::string &line)
Read a line from the output of the executed command returns false if there is nothing more to read...
Popen - A popen c++ wrapper.
Definition: popen.h:34