QtBase  v6.3.1
Public Types | Public Member Functions | Public Attributes | List of all members
Type Struct Reference

#include <moc.h>

Inheritance diagram for Type:
Inheritance graph
[legend]
Collaboration diagram for Type:
Collaboration graph
[legend]

Public Types

enum  ReferenceType { NoReference , Reference , RValueReference , Pointer }
 

Public Member Functions

 Type ()
 
 Type (const QByteArray &_name)
 

Public Attributes

QByteArray name
 
QByteArray rawName
 
uint isVolatile: 1
 
uint isScoped: 1
 
Token firstToken
 
ReferenceType referenceType
 
int i
 

Detailed Description

Definition at line 47 of file moc.h.

Member Enumeration Documentation

◆ ReferenceType

enum Type::ReferenceType
Enumerator
NoReference 
Reference 
RValueReference 
Pointer 

Definition at line 49 of file moc.h.

Constructor & Destructor Documentation

◆ Type() [1/2]

Type::Type ( )
inline

Definition at line 51 of file moc.h.

◆ Type() [2/2]

Type::Type ( const QByteArray _name)
inlineexplicit

Definition at line 52 of file moc.h.

Member Data Documentation

◆ firstToken

Token Type::firstToken

Definition at line 60 of file moc.h.

◆ i

int Type::i

Definition at line 90 of file tst_qglobalstatic.cpp.

◆ isScoped

uint Type::isScoped

Definition at line 59 of file moc.h.

◆ isVolatile

uint Type::isVolatile

Definition at line 58 of file moc.h.

◆ name

QByteArray Type::name

Definition at line 54 of file moc.h.

◆ rawName

QByteArray Type::rawName

Definition at line 57 of file moc.h.

◆ referenceType

ReferenceType Type::referenceType

Definition at line 61 of file moc.h.


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