Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QHostInfoCache Class Reference

#include <qhostinfo_p.h>

Collaboration diagram for QHostInfoCache:

Public Member Functions

QHostInfo get (const QString &, bool *valid)
void put (const QString &, const QHostInfo &)
void clear ()
bool isEnabled ()
void setEnabled (bool)

Detailed Description

Definition at line 112 of file qhostinfo_p.h.

Member Function Documentation

◆ clear()

void QHostInfoCache::clear ( )
inline

Definition at line 139 of file qhostinfo_p.h.

◆ get()

QHostInfo QHostInfoCache::get ( const QString & ,
bool * valid )
inline

Definition at line 137 of file qhostinfo_p.h.

◆ isEnabled()

bool QHostInfoCache::isEnabled ( )
inline

Definition at line 140 of file qhostinfo_p.h.

Referenced by QHostInfo::qt_qhostinfo_lookup.

Here is the caller graph for this function:

◆ put()

void QHostInfoCache::put ( const QString & ,
const QHostInfo &  )
inline

Definition at line 138 of file qhostinfo_p.h.

◆ setEnabled()

void QHostInfoCache::setEnabled ( bool )
inline

Definition at line 141 of file qhostinfo_p.h.


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