![]() |
Qt 6.x
The Qt SDK
|
#include <qmetatype.h>
Collaboration diagram for QtPrivate::QTypeNormalizer:Public Member Functions | |
| constexpr int | normalizeTypeFromSignature (const char *begin, const char *end) |
| constexpr int | normalizeType (const char *begin, const char *end, bool adjustConst=true) |
Public Attributes | |
| char * | output |
| int | len = 0 |
| char | last = 0 |
Definition at line 1831 of file qmetatype.h.
|
inlineconstexpr |
Definition at line 2090 of file qmetatype.h.
References append(), begin(), e, is_ident_char(), is_space(), normalizeType(), and token.
Here is the call graph for this function:
|
inlineconstexpr |
Definition at line 2086 of file qmetatype.h.
References begin(), and normalizeType().
Referenced by QtPrivate::typenameHelper().
Here is the call graph for this function:
Here is the caller graph for this function:| char QtPrivate::QTypeNormalizer::last = 0 |
Definition at line 1835 of file qmetatype.h.
| int QtPrivate::QTypeNormalizer::len = 0 |
Definition at line 1834 of file qmetatype.h.
| char* QtPrivate::QTypeNormalizer::output |
Definition at line 1833 of file qmetatype.h.