Qt 6.x
The Qt SDK
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 151 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 112 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 78 of file qctf_p.h.

◆ toByteArray() [3/8]

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

Definition at line 94 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 82 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 88 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,
value 
)
inline

Definition at line 100 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,
value,
Ts...  args 
)
inline

Definition at line 106 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 118 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 126 of file qctf_p.h.

◆ toByteArrayFromCString()

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

Definition at line 142 of file qctf_p.h.

References str.

◆ toByteArrayFromEnum()

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

Definition at line 134 of file qctf_p.h.

References e.

◆ toByteArrayFromFlags()

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

Definition at line 166 of file qctf_p.h.

References appendFlags().

+ Here is the call graph for this function: