![]() |
Qt 6.x
The Qt SDK
|
#include <qxmlstream_p.h>
Inheritance diagram for QXmlStreamPrivateTagStack:
Collaboration diagram for QXmlStreamPrivateTagStack:Classes | |
| struct | NamespaceDeclaration |
| struct | Tag |
Public Member Functions | |
| QXmlStreamPrivateTagStack () | |
| XmlStringRef | addToStringStorage (QAnyStringView s) |
| Tag | tagStack_pop () |
| Tag & | tagStack_push () |
Definition at line 174 of file qxmlstream_p.h.
| QXmlStreamPrivateTagStack::QXmlStreamPrivateTagStack | ( | ) |
|
inline |
Definition at line 199 of file qxmlstream_p.h.
References QString::append(), pos, QString::resize(), QString::size(), tagStackStringStorage, and tagStackStringStorageSize.
Here is the call graph for this function:
|
inline |
Definition at line 213 of file qxmlstream_p.h.
References namespaceDeclarations, tag, tagsDone, tagStack, and tagStackStringStorageSize.
|
inline |
Definition at line 220 of file qxmlstream_p.h.
References namespaceDeclarations, tag, tagStack, and tagStackStringStorageSize.
| qsizetype QXmlStreamPrivateTagStack::initialTagStackStringStorageSize |
Definition at line 196 of file qxmlstream_p.h.
| QXmlStreamSimpleStack<NamespaceDeclaration> QXmlStreamPrivateTagStack::namespaceDeclarations |
Definition at line 193 of file qxmlstream_p.h.
Referenced by tagStack_pop(), and tagStack_push().
| bool QXmlStreamPrivateTagStack::tagsDone |
Definition at line 197 of file qxmlstream_p.h.
Referenced by tagStack_pop().
| QXmlStreamSimpleStack<Tag> QXmlStreamPrivateTagStack::tagStack |
Definition at line 210 of file qxmlstream_p.h.
Referenced by tagStack_pop(), and tagStack_push().
| QString QXmlStreamPrivateTagStack::tagStackStringStorage |
Definition at line 194 of file qxmlstream_p.h.
Referenced by addToStringStorage().
| qsizetype QXmlStreamPrivateTagStack::tagStackStringStorageSize |
Definition at line 195 of file qxmlstream_p.h.
Referenced by addToStringStorage(), tagStack_pop(), and tagStack_push().