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
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()

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

Definition at line 149 of file qctf_p.h.

References d.

Referenced by toByteArrayFromFlags().

+ Here is the caller graph for this function:

◆ toByteArray() [1/8]

QByteArray trace::toByteArray ( )
inline

Definition at line 110 of file qctf_p.h.

Referenced by toByteArray(), and toByteArray().

+ Here is the caller graph for this function:

◆ 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.

References QByteArray::append().

+ Here is the call graph for this function:

◆ toByteArray() [4/8]

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

Definition at line 80 of file qctf_p.h.

References QByteArray::append().

+ Here is the call graph for this function:

◆ toByteArray() [5/8]

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

Definition at line 86 of file qctf_p.h.

References QByteArray::append().

+ Here is the call graph for this function:

◆ toByteArray() [6/8]

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

Definition at line 98 of file qctf_p.h.

References QByteArray::append().

+ Here is the call graph for this function:

◆ 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.

References args, and toByteArray().

+ Here is the call graph for this function:

◆ toByteArray() [8/8]

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

Definition at line 116 of file qctf_p.h.

References args, and toByteArray().

+ Here is the call graph for this function:

◆ toByteArrayFromArray()

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

Definition at line 124 of file qctf_p.h.

References QByteArray::append().

+ Here is the call graph for this function:

◆ toByteArrayFromCString()

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

Definition at line 140 of file qctf_p.h.

References QByteArray::append(), and str.

+ Here is the call graph for this function:

◆ toByteArrayFromEnum()

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

Definition at line 132 of file qctf_p.h.

References QByteArray::append().

+ Here is the call graph for this function:

◆ toByteArrayFromFlags()

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

Definition at line 164 of file qctf_p.h.

References QByteArray::append(), appendFlags(), and QByteArray::data().

+ Here is the call graph for this function: