Cypress  1.0
C++ Spiking Neural Network Simulation Framework
cypress::Process Member List

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

child_stderr()cypress::Process
child_stdin()cypress::Process
child_stdout()cypress::Process
close_child_stdin()cypress::Process
exec(const std::string &cmd, const std::vector< std::string > &args, std::ostream &cout, std::ostream &cerr, const std::string &input=std::string())cypress::Processstatic
exec(const std::string &cmd, const std::vector< std::string > &args, std::istream &cin, std::ostream &cout, std::ostream &cerr)cypress::Processstatic
exec(const std::string &cmd, const std::vector< std::string > &args, const std::string &input=std::string())cypress::Processstatic
exec_no_redirect(const std::string &cmd, const std::vector< std::string > &args)cypress::Processstatic
exitcode()cypress::Process
fd_input_pipe(int fd, std::ostream &output, const std::atomic< bool > &done)cypress::Processstatic
generic_pipe(std::istream &input, std::ostream &output)cypress::Processstatic
generic_writer(Process &proc, std::istream &input)cypress::Processstatic
Process(const std::string &cmd, const std::vector< std::string > &args, bool do_redirect=true)cypress::Process
running()cypress::Process
signal(int signal)cypress::Process
wait()cypress::Process
~Process()cypress::Process