|
libsshpp v0.1.7
Modern C++17 wrapper for libssh
|
#include <sshpp/config.hpp>#include <sshpp/export.hpp>#include <sshpp/error.hpp>#include <functional>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| struct | sshpp::LogRecord |
| struct | sshpp::Features |
| class | sshpp::Library |
| struct | sshpp::Library::Config |
Namespaces | |
| namespace | sshpp |
Typedefs | |
| using | sshpp::LogCallback = std::function< void(const LogRecord &)> |
Enumerations | |
| enum class | sshpp::LogLevel { sshpp::none = 0 , sshpp::warning , sshpp::info , sshpp::debug , sshpp::trace } |