Cypress
1.0
C++ Spiking Neural Network Simulation Framework
|
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::Process | static |
exec(const std::string &cmd, const std::vector< std::string > &args, std::istream &cin, std::ostream &cout, std::ostream &cerr) | cypress::Process | static |
exec(const std::string &cmd, const std::vector< std::string > &args, const std::string &input=std::string()) | cypress::Process | static |
exec_no_redirect(const std::string &cmd, const std::vector< std::string > &args) | cypress::Process | static |
exitcode() | cypress::Process | |
fd_input_pipe(int fd, std::ostream &output, const std::atomic< bool > &done) | cypress::Process | static |
generic_pipe(std::istream &input, std::ostream &output) | cypress::Process | static |
generic_writer(Process &proc, std::istream &input) | cypress::Process | static |
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 |