BoosterSeat  0.1
A C++ library that includes common utilities that are used in other projects.
bst::Process Member List

This is the complete list of members for bst::Process, including all inherited members.

assertComplete()bst::Processprivate
child(const std::vector< std::string > &argv)bst::Processprivate
closeInStream()bst::Process
err_pipe_bst::Processprivate
err_stream_bst::Processprivate
exit_code_bst::Processprivate
getExitCode()bst::Process
getStderr()bst::Process
getStdout()bst::Process
have_exit_code_bst::Processprivate
in_pipe_bst::Processprivate
in_stream_bst::Processprivate
out_pipe_bst::Processprivate
out_stream_bst::Processprivate
p_err_filebuf_bst::Processprivate
p_in_filebuf_bst::Processprivate
p_out_filebuf_bst::Processprivate
pid_bst::Processprivate
Process(const std::string &cmd, std::vector< std::string > argv)bst::Process
run(const std::string &cmd, std::vector< std::string > argv)bst::Processprivate
stderr_string_bst::Processprivate
stdout_string_bst::Processprivate
waitToComplete(unsigned int timeout=1000)bst::Process
writeToInStream(const std::string &s)bst::Process
~Process()bst::Process