|
libsshpp v0.1.7
Modern C++17 wrapper for libssh
|
This is the complete list of members for sshpp::Exec, including all inherited members.
| env(std::string_view name, std::string_view value) | sshpp::Exec | |
| Exec(Session &session) | sshpp::Exec | inlineexplicit |
| max_output(std::size_t bytes) | sshpp::Exec | inline |
| merge_stderr(bool v=true) | sshpp::Exec | inline |
| pty(bool enable=true, std::string_view term="xterm-256color", PtySize size={}) | sshpp::Exec | |
| run(std::string_view command) | sshpp::Exec | |
| sink(OutputSink s) | sshpp::Exec | inline |
| stdin_data(std::string data) | sshpp::Exec | |
| timeout(std::chrono::milliseconds t) | sshpp::Exec | inline |
| try_run(std::string_view command) | sshpp::Exec | |
| try_run(const std::vector< std::string > &argv) | sshpp::Exec |