pairpal
Loading...
Searching...
No Matches
Client Member List

This is the complete list of members for Client, including all inherited members.

addUser(const std::string &username, const std::string &password) noexcept -> boolClient
addUserTag(const std::string &username, const std::string &tag) noexcept -> boolClient
authenticateUser(const std::string &username, const std::string &password) noexcept -> boolClient
Client(std::string serverAddr)Clientexplicit
Client(const Client &other)Client
Client(Client &&other) noexceptClient
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 -> boolClient
listAllUsers() -> std::vector< std::string >Client
operator=(const Client &other) -> Client &Client
operator=(Client &&other) noexcept -> Client &Client
removeUser(const std::string &username) noexcept -> boolClient
removeUserTag(const std::string &username, const std::string &tag) noexcept -> boolClient
restart() noexcept -> boolClient
sendMessage(const std::string &from, const std::string &to, const std::string &message) noexcept -> boolClient
start() noexcept -> boolClient
stop() noexcept -> boolClient
~Client()Client