Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
stringbuilder.cpp File Reference

(72becc7c124f27ad1506ed4fc49d9abe1242629b)

#include <QString>
#include <QStringBuilder>
Include dependency graph for stringbuilder.cpp:

Go to the source code of this file.

Functions

 if (foo.startsWith("("+type+") 0x")) ... QString hello("hello")
 [0]
QLatin1StringView world ("world")

Variables

QString foo = "vector<"_L1 + type + ">::iterator"_L1
 [14]
QString type = "long"
QStringView el = QStringView{ hello }.mid(2, 3)
QString message = hello % el % world % QChar('!')
QString str ("QStringBuilder")
 [5]
auto s = "Like hot glue, " % str % " concatenates strings"
 [6]
auto concatenateStr

Function Documentation

◆ if()

if ( foo. startsWith"("+type+") 0x")

[0]

[5]

Referenced by org.qtproject.qt.android.QtActivityBase::appendApplicationParameters().

Here is the caller graph for this function:

◆ world()

QLatin1StringView world ( "world" )

Variable Documentation

◆ concatenateStr

auto concatenateStr
Initial value:
= []() {
return "Like hot glue, " % str % " concatenates strings";
}
QString str("QStringBuilder")
[5]

Definition at line 36 of file stringbuilder.cpp.

◆ el

QStringView el = QStringView{ hello }.mid(2, 3)

Definition at line 24 of file stringbuilder.cpp.

◆ foo

QString foo = "vector<"_L1 + type + ">::iterator"_L1

[14]

[15]

Definition at line 11 of file stringbuilder.cpp.

◆ message

QString message = hello % el % world % QChar('!')

Definition at line 26 of file stringbuilder.cpp.

◆ s

QString s = "Like hot glue, " % str % " concatenates strings"

[6]

[7]

Definition at line 33 of file stringbuilder.cpp.

◆ str

QString str ( "QStringBuilder" )

◆ type

QString type = "long"

Definition at line 12 of file stringbuilder.cpp.

Referenced by Q_GLOBAL_STATIC_WITH_ARGS().