(v0.19-24-g0617ca1 with changes)
#include <iostream>
#include "ioHandle.h"
#include "pathHandler.h"
#include "Options.h"
#include <libssh/libssh.h>
#include <libssh/sftp.h>
#include <throwcall.h>
#include <mutex>
#include "errMsgQueue.h"
Go to the source code of this file.
|
template<typename T , typename ... Args> |
void | throwcall::sftp::good0 (T call, libsshCommon &handler, const Args &... args) |
|
template<typename T , typename t , typename ... Args> |
T | throwcall::sftp::badval (T call, t badvalue, libsshCommon &handler, const Args &... args) |
|
template<typename T , typename ... Args> |
void | throwcall::ssh::good0 (T call, libsshCommon &handler, const Args &... args) |
|
template<typename T , typename t , typename ... Args> |
T | throwcall::ssh::goodval (T call, t goodvalue, libsshCommon &handler, const Args &... args) |
|
template<typename T , typename t , typename ... Args> |
T | throwcall::ssh::badval (T call, t badvalue, libsshCommon &handler, const Args &... args) |
|