|
libsshpp v0.1.7
Modern C++17 wrapper for libssh
|
#include <types.hpp>
Public Member Functions | |
| RemotePath ()=default | |
| RemotePath (std::string p) | |
| RemotePath (const char *p) | |
| const std::string & | str () const noexcept |
| bool | empty () const noexcept |
| RemotePath | operator/ (std::string_view child) const |
Friends | |
| bool | operator== (const RemotePath &a, const RemotePath &b) noexcept |
| bool | operator!= (const RemotePath &a, const RemotePath &b) noexcept |
A remote (POSIX, '/'-separated) path. Deliberately distinct from std::filesystem::path, which would mangle separators on Windows. See docs/design/02 ADR-7.
|
default |
|
inline |
|
inline |
|
inlinenoexcept |
|
inlinenoexcept |
|
inline |
|
friend |
|
friend |