#include <employ_server_info.h>
|
| static std::string | name () |
| |
◆ EmployServerInfo()
| EmployServerInfo::EmployServerInfo |
( |
| ) |
|
◆ countQuests()
| int EmployServerInfo::countQuests |
( |
| ) |
|
◆ countQuestsAttempt()
| int EmployServerInfo::countQuestsAttempt |
( |
| ) |
|
◆ countQuestsCompleted()
| int EmployServerInfo::countQuestsCompleted |
( |
| ) |
|
◆ decrementQuests()
| void EmployServerInfo::decrementQuests |
( |
| ) |
|
◆ deinit()
| bool EmployServerInfo::deinit |
( |
| ) |
|
|
overridevirtual |
◆ developers()
| nlohmann::json EmployServerInfo::developers |
( |
| ) |
|
◆ getServerStart()
| long EmployServerInfo::getServerStart |
( |
| ) |
|
◆ incrementQuests()
| void EmployServerInfo::incrementQuests |
( |
| ) |
|
◆ incrementQuestsAttempt()
| void EmployServerInfo::incrementQuestsAttempt |
( |
| ) |
|
◆ incrementQuestsCompleted()
| void EmployServerInfo::incrementQuestsCompleted |
( |
| ) |
|
◆ incrementRequests()
| void EmployServerInfo::incrementRequests |
( |
const std::string & |
cmd | ) |
|
◆ init()
| bool EmployServerInfo::init |
( |
| ) |
|
|
virtual |
◆ initCounters()
| void EmployServerInfo::initCounters |
( |
| ) |
|
◆ name()
| static std::string EmployServerInfo::name |
( |
| ) |
|
|
inlinestatic |
◆ serverStarted()
| void EmployServerInfo::serverStarted |
( |
| ) |
|
◆ toJson()
| nlohmann::json EmployServerInfo::toJson |
( |
| ) |
|
◆ m_dtServerStarted
| long EmployServerInfo::m_dtServerStarted |
|
private |
◆ m_mtxIncrementRequests
| QMutex EmployServerInfo::m_mtxIncrementRequests |
|
private |
◆ m_nCountQuests
| int EmployServerInfo::m_nCountQuests |
|
private |
◆ m_nCountQuestsAttempt
| int EmployServerInfo::m_nCountQuestsAttempt |
|
private |
◆ m_nCountQuestsCompleted
| int EmployServerInfo::m_nCountQuestsCompleted |
|
private |
◆ m_requestsCounter
| QMap<std::string, int> EmployServerInfo::m_requestsCounter |
|
private |
◆ TAG
| std::string EmployServerInfo::TAG |
|
private |
The documentation for this class was generated from the following files: