#include <exec.hpp>
◆ operator bool()
| sshpp::ExecResult::operator bool |
( |
| ) |
const |
|
inlineexplicitnoexcept |
◆ check()
| SSHPP_INLINE const ExecResult & sshpp::ExecResult::check |
( |
| ) |
const |
Throws ChannelError with the captured stderr if exit_code != 0.
◆ exit_code
| int sshpp::ExecResult::exit_code = -1 |
◆ exit_signal
| std::optional<std::string> sshpp::ExecResult::exit_signal |
◆ stdout_text
| std::string sshpp::ExecResult::stdout_text |
◆ stderr_text
| std::string sshpp::ExecResult::stderr_text |
◆ stdout_truncated
| bool sshpp::ExecResult::stdout_truncated = false |
◆ stderr_truncated
| bool sshpp::ExecResult::stderr_truncated = false |
The documentation for this struct was generated from the following files: