(49a442e6a73608b80d96bccab6753db805600b0f)
#include "cpp.h"
#include <translator.h>
#include "metastrings.h"
#include <QtCore/QBitArray>
#include <QtCore/QTextStream>
#include <QtCore/QRegularExpression>
#include <iostream>
Go to the source code of this file.
◆ isHeader()
bool isHeader |
( |
const QString & | name | ) |
|
|
static |
◆ isRawStringLiteralPrefix()
◆ isStringLiteralPrefix()
◆ loadCPP()
◆ operator<<() [1/2]
◆ operator<<() [2/2]
◆ qHash() [1/4]
◆ qHash() [2/4]
◆ qHash() [3/4]
◆ qHash() [4/4]
◆ nextFileId
◆ strclass
const QString strclass = u"class"_s |
|
static |
◆ strCodecForTr
const QString strCodecForTr = u"CodecForTr"_s |
|
static |
◆ strdecltype
const QString strdecltype = u"decltype"_s |
|
static |
◆ strDefaultCodec
const QString strDefaultCodec = u"DefaultCodec"_s |
|
static |
◆ strenum
◆ strfinal
const QString strfinal = u"final"_s |
|
static |
◆ strfriend
const QString strfriend = u"friend"_s |
|
static |
◆ strLatin1
const QString strLatin1 = u"Latin1"_s |
|
static |
◆ strnamespace
const QString strnamespace = u"namespace"_s |
|
static |
◆ strNULL
◆ strnullptr
const QString strnullptr = u"nullptr"_s |
|
static |
◆ stroperator
const QString stroperator = u"operator"_s |
|
static |
◆ strprivate
const QString strprivate = u"private"_s |
|
static |
◆ strprotected
const QString strprotected = u"protected"_s |
|
static |
◆ strpublic
const QString strpublic = u"public"_s |
|
static |
◆ strQ_NULLPTR
const QString strQ_NULLPTR = u"Q_NULLPTR"_s |
|
static |
◆ strQ_OBJECT
const QString strQ_OBJECT = u"Q_OBJECT"_s |
|
static |
◆ strQ_SIGNALS
const QString strQ_SIGNALS = u"Q_SIGNALS"_s |
|
static |
◆ strQ_SLOTS
const QString strQ_SLOTS = u"Q_SLOTS"_s |
|
static |
◆ strQApplication
const QString strQApplication = u"QApplication"_s |
|
static |
◆ strQCoreApplication
const QString strQCoreApplication = u"QCoreApplication"_s |
|
static |
◆ strreturn
const QString strreturn = u"return"_s |
|
static |
◆ strsignals
const QString strsignals = u"signals"_s |
|
static |
◆ strslots
const QString strslots = u"slots"_s |
|
static |
◆ strstruct
const QString strstruct = u"struct"_s |
|
static |
◆ strUnicodeUTF8
const QString strUnicodeUTF8 = u"UnicodeUTF8"_s |
|
static |
◆ strusing
const QString strusing = u"using"_s |
|
static |