QtBase  v6.3.1
Public Member Functions | Public Attributes | List of all members
QtPrivate::QTypeNormalizer Struct Reference

#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
 

Detailed Description

Definition at line 1743 of file qmetatype.h.

Member Function Documentation

◆ normalizeType()

constexpr int QtPrivate::QTypeNormalizer::normalizeType ( const char *  begin,
const char *  end,
bool  adjustConst = true 
)
inlineconstexpr

Definition at line 2002 of file qmetatype.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ normalizeTypeFromSignature()

constexpr int QtPrivate::QTypeNormalizer::normalizeTypeFromSignature ( const char *  begin,
const char *  end 
)
inlineconstexpr

Definition at line 1998 of file qmetatype.h.

Here is the caller graph for this function:

Member Data Documentation

◆ last

char QtPrivate::QTypeNormalizer::last = 0

Definition at line 1747 of file qmetatype.h.

◆ len

int QtPrivate::QTypeNormalizer::len = 0

Definition at line 1746 of file qmetatype.h.

◆ output

char* QtPrivate::QTypeNormalizer::output

Definition at line 1745 of file qmetatype.h.


The documentation for this struct was generated from the following file: