![]() |
Qt 6.x
The Qt SDK
|
#include <QtBluetooth/qtbluetoothglobal.h>#include <QtCore/QMap>#include <QtCore/QString>#include <QtDBus/QDBusArgument>#include <QtCore/private/qglobal_p.h>
Include dependency graph for servicemap_p.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| const QDBusArgument & | operator>> (const QDBusArgument &argument, ServiceMap &serviceMap) |
Variables | |
| QT_BEGIN_NAMESPACE typedef QMap< quint32, QString > | ServiceMap |
| const QDBusArgument & operator>> | ( | const QDBusArgument & | argument, |
| ServiceMap & | serviceMap | ||
| ) |
Definition at line 10 of file servicemap.cpp.
References argument, QDBusArgument::atEnd(), QDBusArgument::beginMap(), QDBusArgument::beginMapEntry(), QDBusArgument::endMap(), QDBusArgument::endMapEntry(), QHash< Key, T >::insert(), and serviceMap.
Here is the call graph for this function:| QT_BEGIN_NAMESPACE typedef QMap<quint32, QString> ServiceMap |
Definition at line 27 of file servicemap_p.h.