ewmscp
..
|
#include <inputHandlerLibssh.h>
Public Member Functions | |
SftpDirectory (libsshCommon &aHandler, const std::string &aPath) | |
~SftpDirectory () noexcept(false) override | |
std::unique_ptr< Entry > | getNextEntry (bool ignoreMissing) override |
Private Attributes | |
libsshCommon & | handler |
sftp_dir | dir |
Definition at line 40 of file inputHandlerLibssh.h.
inputHandler::libssh::SftpDirectory::SftpDirectory | ( | libsshCommon & | aHandler, |
const std::string & | aPath | ||
) |
Definition at line 159 of file inputHandlerLibssh.cpp.
References throwcall::sftp::badval(), dir, handler, and libsshCommon::sftp.
|
overridenoexcept |
Definition at line 167 of file inputHandlerLibssh.cpp.
References throwcall::sftp::badval(), errMsg::debug, and errMsg::emit().
|
override |
Definition at line 180 of file inputHandlerLibssh.cpp.
|
private |
Definition at line 42 of file inputHandlerLibssh.h.
Referenced by SftpDirectory().
|
private |
Definition at line 41 of file inputHandlerLibssh.h.
Referenced by SftpDirectory().