libsshpp v0.1.7
Modern C++17 wrapper for libssh
Loading...
Searching...
No Matches
library.hpp File Reference
#include <sshpp/config.hpp>
#include <sshpp/export.hpp>
#include <sshpp/error.hpp>
#include <functional>
#include <string>
#include <vector>
Include dependency graph for library.hpp:
This graph shows which files directly or indirectly include this file:

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
}