libsshpp v0.1.7
Modern C++17 wrapper for libssh
Loading...
Searching...
No Matches
directory.hpp File Reference
#include <sshpp/config.hpp>
#include <sshpp/detail/native_fwd.hpp>
#include <sshpp/detail/session_core.hpp>
#include <sshpp/export.hpp>
#include <sshpp/result.hpp>
#include <sshpp/sftp/attributes.hpp>
#include <sshpp/types.hpp>
#include <iterator>
#include <optional>
Include dependency graph for directory.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sshpp::sftp::Directory
 An open SFTP directory handle. See docs/design/06 §6.4. More...
 
class  sshpp::sftp::DirectoryIterator
 InputIterator over a Directory. Skips "." and ".." by default. More...
 
class  sshpp::sftp::DirectoryRange
 Range adapter: for (const auto& e : sftp::DirectoryRange{std::move(dir)}). More...
 

Namespaces

namespace  sshpp
 
namespace  sshpp::sftp