|
ewmscp
..
|
#include <libsshCommon.h>
Public Member Functions | |
| sshOptions (const std::string &optPrefix) | |
Public Attributes | |
| options::single< std::string > | host |
| options::single< std::string > | knownHostFile |
| options::single< std::string > | configFile |
| options::single< std::string > | verbosity |
Definition at line 30 of file libsshCommon.h.
| libsshCommon::sshOptions::sshOptions | ( | const std::string & | optPrefix | ) |
Definition at line 26 of file libsshCommon.cpp.
References options::internal::typed_base< T, forceRangeValueTypeString >::fAddToRange(), and verbosity.
| options::single<std::string> libsshCommon::sshOptions::configFile |
Definition at line 35 of file libsshCommon.h.
Referenced by libsshCommon::openSessions().
| options::single<std::string> libsshCommon::sshOptions::host |
Definition at line 33 of file libsshCommon.h.
Referenced by libsshCommon::openSessions().
| options::single<std::string> libsshCommon::sshOptions::knownHostFile |
Definition at line 34 of file libsshCommon.h.
Referenced by libsshCommon::openSessions().
| options::single<std::string> libsshCommon::sshOptions::verbosity |
Definition at line 36 of file libsshCommon.h.
Referenced by libsshCommon::openSessions(), and sshOptions().
1.8.17