![]() |
Qt 6.x
The Qt SDK
|
#include <qhostinfo_p.h>
Public Member Functions | |
QHostInfoCache () | |
QHostInfo | get (const QString &name, bool *valid) |
void | put (const QString &name, const QHostInfo &info) |
void | clear () |
bool | isEnabled () |
void | setEnabled (bool e) |
Public Attributes | |
const int | max_age |
Definition at line 115 of file qhostinfo_p.h.
QHostInfoCache::QHostInfoCache | ( | ) |
Definition at line 1092 of file qhostinfo.cpp.
void QHostInfoCache::clear | ( | ) |
Definition at line 1132 of file qhostinfo.cpp.
Referenced by QHostInfoLookupManager::clear().
Definition at line 1099 of file qhostinfo.cpp.
|
inline |
Definition at line 125 of file qhostinfo_p.h.
Definition at line 1117 of file qhostinfo.cpp.
References cache, info, mutex, and QHostInfo::NoError.
|
inline |
Definition at line 128 of file qhostinfo_p.h.
References e.
const int QHostInfoCache::max_age |
Definition at line 119 of file qhostinfo_p.h.
Referenced by get().