Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <moc.h>
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 |
enum Type::ReferenceType |
|
inline |
Definition at line 27 of file moc.h.
References firstToken, isScoped, isVolatile, NoReference, and referenceType.
Referenced by Moc::parseMaybeFunction().
|
inlineexplicit |
Definition at line 28 of file moc.h.
References Type(), firstToken, isScoped, isVolatile, NoReference, and referenceType.
Referenced by Type().
Token Type::firstToken |
Definition at line 36 of file moc.h.
Referenced by Type(), Type(), and Moc::parseType().
uint Type::isScoped |
Definition at line 35 of file moc.h.
Referenced by Type(), Type(), Moc::parseFunction(), Moc::parseMaybeFunction(), and Moc::parseType().
uint Type::isVolatile |
Definition at line 34 of file moc.h.
Referenced by Type(), Type(), and Moc::parseType().
QByteArray Type::name |
Definition at line 30 of file moc.h.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().
QByteArray Type::rawName |
ReferenceType Type::referenceType |
Definition at line 37 of file moc.h.
Referenced by Type(), Type(), and Moc::parseType().