|
libsshpp v0.1.7
Modern C++17 wrapper for libssh
|
#include <session_options.hpp>
Public Member Functions | |
| Builder & | host (std::string v) |
| Builder & | port (std::uint16_t v) |
| Builder & | user (std::string v) |
| Builder & | timeout (std::chrono::microseconds v) |
| Builder & | identity (std::filesystem::path v) |
| Result< SessionOptions > | build () |
Fluent builder over SessionOptions for call-site brevity. Declared after the aggregate itself because it holds one by value (see docs/design/04 ยง4.2).
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |