#include <DNSNameCache.h>
|
static void | Add (const std::string &strHostName, const std::string &strIpAddress) |
|
static bool | GetCached (const std::string &strHostName, std::string &strIpAddress) |
|
static bool | Lookup (const std::string &strHostName, std::string &strIpAddress) |
|
◆ CDNSNameCache()
CDNSNameCache::CDNSNameCache |
( |
void | | ) |
|
|
default |
◆ ~CDNSNameCache()
CDNSNameCache::~CDNSNameCache |
( |
void | | ) |
|
|
virtualdefault |
◆ Add()
void CDNSNameCache::Add |
( |
const std::string & | strHostName, |
|
|
const std::string & | strIpAddress ) |
|
static |
◆ GetCached()
bool CDNSNameCache::GetCached |
( |
const std::string & | strHostName, |
|
|
std::string & | strIpAddress ) |
|
static |
◆ Lookup()
bool CDNSNameCache::Lookup |
( |
const std::string & | strHostName, |
|
|
std::string & | strIpAddress ) |
|
static |
◆ m_critical
CCriticalSection CDNSNameCache::m_critical |
|
staticprotected |
◆ m_vecDNSNames
std::vector<CDNSName> CDNSNameCache::m_vecDNSNames |
|
protected |
The documentation for this class was generated from the following files: