DDraceNetwork Docs
IServerBrowserPingCache Class Referenceabstract

#include <serverbrowser_ping_cache.h>

Inheritance diagram for IServerBrowserPingCache:
[legend]

Public Member Functions

virtual ~IServerBrowserPingCache ()
 
virtual void Load ()=0
 
virtual int NumEntries () const =0
 
virtual void CachePing (const NETADDR &Addr, int Ping)=0
 
virtual int GetPing (const NETADDR *pAddrs, int NumAddrs) const =0
 

Constructor & Destructor Documentation

◆ ~IServerBrowserPingCache()

virtual IServerBrowserPingCache::~IServerBrowserPingCache ( )
inlinevirtual

Member Function Documentation

◆ CachePing()

virtual void IServerBrowserPingCache::CachePing ( const NETADDR Addr,
int  Ping 
)
pure virtual

Implemented in CServerBrowserPingCache.

◆ GetPing()

virtual int IServerBrowserPingCache::GetPing ( const NETADDR pAddrs,
int  NumAddrs 
) const
pure virtual

Implemented in CServerBrowserPingCache.

◆ Load()

virtual void IServerBrowserPingCache::Load ( )
pure virtual

Implemented in CServerBrowserPingCache.

◆ NumEntries()

virtual int IServerBrowserPingCache::NumEntries ( ) const
pure virtual

Implemented in CServerBrowserPingCache.


The documentation for this class was generated from the following file: