|
libsshpp v0.1.7
Modern C++17 wrapper for libssh
|
#include <sshpp/config.hpp>#include <sshpp/channel.hpp>#include <sshpp/export.hpp>#include <sshpp/fwd.hpp>#include <sshpp/result.hpp>#include <sshpp/session.hpp>#include <sshpp/types.hpp>#include <chrono>#include <functional>#include <optional>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| struct | sshpp::ExecResult |
| class | sshpp::Exec |
Namespaces | |
| namespace | sshpp |
Typedefs | |
| using | sshpp::OutputSink = std::function< void(Stream, ByteView)> |
Functions | |
| SSHPP_INLINE std::string | sshpp::shell_quote (std::string_view arg) |
| Escapes a single argument for a POSIX shell. | |