libsshpp v0.1.7
Modern C++17 wrapper for libssh
Loading...
Searching...
No Matches
exec.hpp File Reference
#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>
Include dependency graph for exec.hpp:
This graph shows which files directly or indirectly include this file:

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.