WebCFace 2.5.2
Web-based Communication Framework & Dashboard-like UI
|
This is the complete list of members for ServerStorage, including all inherited members.
clear() | ServerStorage | |
clientsByIdCopy() | ServerStorage | inline |
clientsCopy() | ServerStorage | inline |
clientSendAll() | ServerStorage | |
findAndDo(const SharedString &name, const std::function< void(MemberDataPtr)> &func, const std::function< void()> &func_else=nullptr) | ServerStorage | |
findAndDo(unsigned int id, const std::function< void(MemberDataPtr)> &func, const std::function< void()> &func_else=nullptr) | ServerStorage | |
findConnectedAndDo(unsigned int id, const std::function< void(MemberDataPtr)> &func, const std::function< void()> &func_else=nullptr) | ServerStorage | |
forEach(const std::function< void(MemberDataPtr)> &func) | ServerStorage | |
forEachWithName(const std::function< void(MemberDataPtr)> &func) | ServerStorage | |
getClient(const wsConnPtr &con) | ServerStorage | |
hostname | ServerStorage | |
initClientId(unsigned int id, const wsConnPtr &con) | ServerStorage | |
keep_log | ServerStorage | |
newClient(const wsConnPtr &con, const std::string &remote_addr, const spdlog::sink_ptr &sink, spdlog::level::level_enum level) | ServerStorage | |
ping_status | ServerStorage | |
removeClient(const wsConnPtr &con) | ServerStorage | |
server | ServerStorage | |
ServerStorage(Server *server, int keep_log=1000) | ServerStorage | inlineexplicit |
~ServerStorage() | ServerStorage | inline |