![]() |
Qt 6.x
The Qt SDK
|
Go to the source code of this file.
Functions | |
void | writeCommonPrologue (QTextStream &stream) |
QString | typeToTypeName (const QString &name) |
QString | includeGuard (const QString &filename) |
template<typename T > | |
static QString | joinArguments (const QList< Tracepoint::Argument > &args, T joinFunction) |
QString | formatFunctionSignature (const QList< Tracepoint::Argument > &args) |
QString | formatParameterList (const Provider &provider, const QList< Tracepoint::Argument > &args, const QList< Tracepoint::Field > &fields, ParamType type) |
QString formatFunctionSignature | ( | const QList< Tracepoint::Argument > & | args | ) |
Definition at line 50 of file helpers.cpp.
Referenced by writeWrapper(), writeWrapper(), and writeWrapper().
QString formatParameterList | ( | const Provider & | provider, |
const QList< Tracepoint::Argument > & | args, | ||
const QList< Tracepoint::Field > & | fields, | ||
ParamType | type | ||
) |
Definition at line 57 of file helpers.cpp.
Referenced by writeWrapper(), writeWrapper(), and writeWrapper().
Definition at line 20 of file helpers.cpp.
Referenced by writeEpilogue(), writeEpilogue(), writeEpilogue(), writeFlags(), writePrologue(), writePrologue(), writePrologue(), writeTracepoints(), writeWrapper(), writeWrapper(), and writeWrapper().
|
static |
Definition at line 33 of file helpers.cpp.
Definition at line 14 of file helpers.cpp.
Referenced by writeCtfMacro(), writeEnumConverter(), writeEnums(), writeEtwMacro(), writeFlagConverter(), and writeFlags().
void writeCommonPrologue | ( | QTextStream & | stream | ) |
Definition at line 9 of file helpers.cpp.
Referenced by writePrologue(), writePrologue(), and writePrologue().