cppfs
1.2.0.5b71c2c98fb9
Cross-platform C++ file system library supporting multiple backends (Local-FS, SSH)
|
This is the complete list of members for cppfs::LoginCredentials, including all inherited members.
isSet(const std::string &key) const | cppfs::LoginCredentials | |
load(const std::string &path) | cppfs::LoginCredentials | |
LoginCredentials() | cppfs::LoginCredentials | |
LoginCredentials(const LoginCredentials &loginCredentials) | cppfs::LoginCredentials | |
LoginCredentials(const LoginCredentials &&loginCredentials) | cppfs::LoginCredentials | |
m_values | cppfs::LoginCredentials | protected |
operator=(const LoginCredentials &loginCredentials) | cppfs::LoginCredentials | |
operator=(LoginCredentials &&loginCredentials) | cppfs::LoginCredentials | |
save(const std::string &path) const | cppfs::LoginCredentials | |
setValue(const std::string &key, const std::string &value) | cppfs::LoginCredentials | |
setValue(const std::string &key, std::string &&value) | cppfs::LoginCredentials | |
value(const std::string &key) const | cppfs::LoginCredentials | |
~LoginCredentials() | cppfs::LoginCredentials | virtual |