|
pairpal
|
This is the complete list of members for Client, including all inherited members.
| addUser(const std::string &username, const std::string &password) noexcept -> bool | Client | |
| addUserTag(const std::string &username, const std::string &tag) noexcept -> bool | Client | |
| authenticateUser(const std::string &username, const std::string &password) noexcept -> bool | Client | |
| Client(std::string serverAddr) | Client | explicit |
| Client(const Client &other) | Client | |
| Client(Client &&other) noexcept | Client | |
| getPair(const std::string &username) -> std::vector< std::string > | Client | |
| getReceivedMessages(const std::string &username) -> std::vector< std::string > | Client | |
| getSentMessages(const std::string &username) -> std::vector< std::string > | Client | |
| getUserTags(const std::string &username) -> std::vector< std::string > | Client | |
| isExistUser(const std::string &username) noexcept -> bool | Client | |
| listAllUsers() -> std::vector< std::string > | Client | |
| operator=(const Client &other) -> Client & | Client | |
| operator=(Client &&other) noexcept -> Client & | Client | |
| removeUser(const std::string &username) noexcept -> bool | Client | |
| removeUserTag(const std::string &username, const std::string &tag) noexcept -> bool | Client | |
| restart() noexcept -> bool | Client | |
| sendMessage(const std::string &from, const std::string &to, const std::string &message) noexcept -> bool | Client | |
| start() noexcept -> bool | Client | |
| stop() noexcept -> bool | Client | |
| ~Client() | Client |