Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qqmlprofilerevent_p.h File Reference
#include "qqmlprofilerclientdefinitions_p.h"
#include <QtCore/qstring.h>
#include <QtCore/qbytearray.h>
#include <QtCore/qvarlengtharray.h>
#include <QtCore/qmetatype.h>
#include <initializer_list>
#include <limits>
#include <type_traits>
+ Include dependency graph for qqmlprofilerevent_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  QQmlProfilerEvent
 

Functions

bool operator== (const QQmlProfilerEvent &event1, const QQmlProfilerEvent &event2)
 
bool operator!= (const QQmlProfilerEvent &event1, const QQmlProfilerEvent &event2)
 
QDataStreamoperator>> (QDataStream &stream, QQmlProfilerEvent &event)
 
QDataStreamoperator<< (QDataStream &stream, const QQmlProfilerEvent &event)
 
 Q_DECLARE_TYPEINFO (QQmlProfilerEvent, Q_RELOCATABLE_TYPE)
 

Function Documentation

◆ operator!=()

bool operator!= ( const QQmlProfilerEvent event1,
const QQmlProfilerEvent event2 
)

Definition at line 18 of file qqmlprofilerevent.cpp.

◆ operator<<()

QDataStream & operator<< ( QDataStream stream,
const QQmlProfilerEvent event 
)

Definition at line 306 of file qqmlprofilerevent.cpp.

◆ operator==()

bool operator== ( const QQmlProfilerEvent event1,
const QQmlProfilerEvent event2 
)

Definition at line 9 of file qqmlprofilerevent.cpp.

References QQmlProfilerEvent::numbers(), QQmlProfilerEvent::timestamp(), and QQmlProfilerEvent::typeIndex().

+ Here is the call graph for this function:

◆ operator>>()

QDataStream & operator>> ( QDataStream stream,
QQmlProfilerEvent event 
)

Definition at line 305 of file qqmlprofilerevent.cpp.

◆ Q_DECLARE_TYPEINFO()

Q_DECLARE_TYPEINFO ( QQmlProfilerEvent  ,
Q_RELOCATABLE_TYPE   
)