![]() |
Qt 6.x
The Qt SDK
|
#include <QtCore/qstring.h>
#include <QtCore/qhash.h>
#include <QtCore/qdatastream.h>
#include <QtCore/private/qglobal_p.h>
Go to the source code of this file.
Classes | |
class | QQmlProfilerEventLocation |
Functions | |
bool | operator== (const QQmlProfilerEventLocation &location1, const QQmlProfilerEventLocation &location2) |
bool | operator!= (const QQmlProfilerEventLocation &location1, const QQmlProfilerEventLocation &location2) |
size_t | qHash (const QQmlProfilerEventLocation &location) |
QDataStream & | operator>> (QDataStream &stream, QQmlProfilerEventLocation &location) |
QDataStream & | operator<< (QDataStream &stream, const QQmlProfilerEventLocation &location) |
Q_DECLARE_TYPEINFO (QQmlProfilerEventLocation, Q_RELOCATABLE_TYPE) | |
|
inline |
Definition at line 65 of file qqmlprofilereventlocation_p.h.
QDataStream & operator<< | ( | QDataStream & | stream, |
const QQmlProfilerEventLocation & | location | ||
) |
Definition at line 50 of file qqmlprofilereventlocation.cpp.
|
inline |
Definition at line 57 of file qqmlprofilereventlocation_p.h.
References QQmlProfilerEventLocation::column(), QQmlProfilerEventLocation::filename(), and QQmlProfilerEventLocation::line().
QDataStream & operator>> | ( | QDataStream & | stream, |
QQmlProfilerEventLocation & | location | ||
) |
Definition at line 49 of file qqmlprofilereventlocation.cpp.
Q_DECLARE_TYPEINFO | ( | QQmlProfilerEventLocation | , |
Q_RELOCATABLE_TYPE | |||
) |
|
inline |
Definition at line 71 of file qqmlprofilereventlocation_p.h.
References qHash().
Referenced by qHash().