![]() |
DDNet documentation
|
Classes | |
| class | CEntry |
Public Member Functions | |
| CServerBrowserPingCache (IConsole *pConsole, IStorage *pStorage) | |
| ~CServerBrowserPingCache () override=default | |
| void | Load () override |
| int | NumEntries () const override |
| void | CachePing (const NETADDR &Addr, int Ping) override |
| int | GetPing (const NETADDR *pAddrs, int NumAddrs) const override |
| Public Member Functions inherited from IServerBrowserPingCache | |
| virtual | ~IServerBrowserPingCache ()=default |
Private Attributes | |
| IConsole * | m_pConsole |
| CSqlite | m_pDisk |
| CSqliteStmt | m_pLoadStmt |
| CSqliteStmt | m_pStoreStmt |
| std::unordered_map< NETADDR, int > | m_Entries |
|
overridedefault |
|
overridevirtual |
Implements IServerBrowserPingCache.
|
overridevirtual |
Implements IServerBrowserPingCache.
|
overridevirtual |
Implements IServerBrowserPingCache.
|
overridevirtual |
Implements IServerBrowserPingCache.
|
private |
|
private |
|
private |
|
private |
|
private |