![]() |
Qt 6.x
The Qt SDK
|
#include <QtCore/private/qglobal_p.h>
#include <qstringconverter.h>
#include <qxmlstream.h>
#include "qxmlstreamgrammar_p.h"
#include <QtCore/qhash.h>
#include <QCoreApplication>
#include <memory>
#include <optional>
Go to the source code of this file.
Classes | |
class | QtPrivate::XmlStringRef |
class | QXmlStreamSimpleStack< T > |
class | QXmlStream |
class | QXmlStreamPrivateTagStack |
struct | QXmlStreamPrivateTagStack::NamespaceDeclaration |
struct | QXmlStreamPrivateTagStack::Tag |
class | QXmlStreamReaderPrivate |
struct | QXmlStreamReaderPrivate::Entity |
struct | QXmlStreamReaderPrivate::QEntityReference |
struct | QXmlStreamReaderPrivate::DtdAttribute |
struct | QXmlStreamReaderPrivate::NotationDeclaration |
struct | QXmlStreamReaderPrivate::EntityDeclaration |
struct | QXmlStreamReaderPrivate::Value |
struct | QXmlStreamReaderPrivate::Attribute |
Namespaces | |
namespace | QtPrivate |
\macro QT_NAMESPACE | |
Macros | |
#define | QXMLSTREAM_P_H |
#define | MAKE_MEMBER(name) auto name () const noexcept { return view(). name (); } |
#define | MAKE_OP(op) |
#define | MAKE_OP(op) |
Definition at line 77 of file qxmlstream_p.h.
#define MAKE_OP | ( | op | ) |
Definition at line 92 of file qxmlstream_p.h.
#define MAKE_OP | ( | op | ) |
Definition at line 92 of file qxmlstream_p.h.
#define QXMLSTREAM_P_H |
Definition at line 27 of file qxmlstream_p.h.