Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QDBusSlotCache Struct Reference

#include <qdbusintegrator_p.h>

+ Collaboration diagram for QDBusSlotCache:

Classes

struct  Data
 
struct  Key
 

Public Types

using Hash = QHash<Key, Data>
 

Public Member Functions

void swap (QDBusSlotCache &other) noexcept
 

Public Attributes

Hash hash
 

Detailed Description

Definition at line 45 of file qdbusintegrator_p.h.

Member Typedef Documentation

◆ Hash

Definition at line 75 of file qdbusintegrator_p.h.

Member Function Documentation

◆ swap()

void QDBusSlotCache::swap ( QDBusSlotCache & other)
inlinenoexcept

Definition at line 79 of file qdbusintegrator_p.h.

References hash, other(), and qSwap().

+ Here is the call graph for this function:

Member Data Documentation

◆ hash

Hash QDBusSlotCache::hash

Definition at line 77 of file qdbusintegrator_p.h.

Referenced by swap().


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