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
trace Namespace Reference

Functions

void toByteArray (QByteArray &)
void toByteArray (QByteArray &arr, const QString &value)
void toByteArray (QByteArray &arr, const QUrl &value)
void toByteArray (QByteArray &arr, const QByteArray &data)
template<typename T>
void toByteArray (QByteArray &arr, T value)
template<typename T, typename... Ts>
void toByteArray (QByteArray &arr, T value, Ts... args)
QByteArray toByteArray ()
template<typename... Ts>
QByteArray toByteArray (Ts... args)
template<typename T>
QByteArray toByteArrayFromArray (const T *values, int arraySize)
template<typename IntegerType, typename T>
QByteArray toByteArrayFromEnum (T value)
QByteArray toByteArrayFromCString (const char *str)
static void appendFlags (QByteArray &data, quint8 &count, quint32 value)
template<typename T>
QByteArray toByteArrayFromFlags (QFlags< T > value)

Function Documentation

◆ appendFlags()

void trace::appendFlags ( QByteArray & data,
quint8 & count,
quint32 value )
inlinestatic

Definition at line 149 of file qctf_p.h.

◆ toByteArray() [1/8]

QByteArray trace::toByteArray ( )
inline

Definition at line 110 of file qctf_p.h.

◆ toByteArray() [2/8]

void trace::toByteArray ( QByteArray & )
inline

Definition at line 76 of file qctf_p.h.

◆ toByteArray() [3/8]

void trace::toByteArray ( QByteArray & arr,
const QByteArray & data )
inline

Definition at line 92 of file qctf_p.h.

◆ toByteArray() [4/8]

void trace::toByteArray ( QByteArray & arr,
const QString & value )
inline

Definition at line 80 of file qctf_p.h.

◆ toByteArray() [5/8]

void trace::toByteArray ( QByteArray & arr,
const QUrl & value )
inline

Definition at line 86 of file qctf_p.h.

◆ toByteArray() [6/8]

template<typename T>
void trace::toByteArray ( QByteArray & arr,
T value )
inline

Definition at line 98 of file qctf_p.h.

◆ toByteArray() [7/8]

template<typename T, typename... Ts>
void trace::toByteArray ( QByteArray & arr,
T value,
Ts... args )
inline

Definition at line 104 of file qctf_p.h.

◆ toByteArray() [8/8]

template<typename... Ts>
QByteArray trace::toByteArray ( Ts... args)
inline

Definition at line 116 of file qctf_p.h.

◆ toByteArrayFromArray()

template<typename T>
QByteArray trace::toByteArrayFromArray ( const T * values,
int arraySize )
inline

Definition at line 124 of file qctf_p.h.

◆ toByteArrayFromCString()

QByteArray trace::toByteArrayFromCString ( const char * str)
inline

Definition at line 140 of file qctf_p.h.

◆ toByteArrayFromEnum()

template<typename IntegerType, typename T>
QByteArray trace::toByteArrayFromEnum ( T value)
inline

Definition at line 132 of file qctf_p.h.

◆ toByteArrayFromFlags()

template<typename T>
QByteArray trace::toByteArrayFromFlags ( QFlags< T > value)
inline

Definition at line 164 of file qctf_p.h.