![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qmetatype.h>
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 1838 of file qmetatype.h.
|
inlineconstexpr |
Definition at line 2097 of file qmetatype.h.
References last, len, and normalizeType().
Referenced by normalizeType(), normalizeTypeFromSignature(), and QtPrivate::qNormalizeType().
|
inlineconstexpr |
Definition at line 2093 of file qmetatype.h.
References normalizeType().
Referenced by QtPrivate::TypeNameHelper::typenameHelper().
char QtPrivate::QTypeNormalizer::last = 0 |
Definition at line 1842 of file qmetatype.h.
Referenced by normalizeType().
int QtPrivate::QTypeNormalizer::len = 0 |
Definition at line 1841 of file qmetatype.h.
Referenced by normalizeType().
char* QtPrivate::QTypeNormalizer::output |
Definition at line 1840 of file qmetatype.h.