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
qxmlstream_p.h File Reference

(fc00de90bb93fa0f7ba11da696c0ed408efa100b)

#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>
Include dependency graph for qxmlstream_p.h:
This graph shows which files directly or indirectly include this file:

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

Namespaces

namespace  QtPrivate

Macros

#define QXMLSTREAM_P_H
#define MAKE_MEMBER(name)
#define MAKE_OP(op)
#define MAKE_OP(op)

Macro Definition Documentation

◆ MAKE_MEMBER

#define MAKE_MEMBER ( name)
Value:
auto name () const noexcept { return view(). name (); }
EGLImageKHR EGLint * name
QQuickView * view
[0]

Definition at line 78 of file qxmlstream_p.h.

◆ MAKE_OP [1/2]

#define MAKE_OP ( op)
Value:
friend auto operator op(const XmlStringRef &lhs, const XmlStringRef &rhs) noexcept { return lhs.view() op rhs.view(); } \
/*end*/

Definition at line 93 of file qxmlstream_p.h.

◆ MAKE_OP [2/2]

#define MAKE_OP ( op)
Value:
friend auto operator op(const XmlStringRef &lhs, QStringView rhs) noexcept { return lhs.view() op rhs; } \
friend auto operator op(QStringView lhs, const XmlStringRef &rhs) noexcept { return lhs op rhs.view(); } \
/*end*/
\inmodule QtCore
Definition qstringview.h:77

Definition at line 93 of file qxmlstream_p.h.

◆ QXMLSTREAM_P_H

#define QXMLSTREAM_P_H

Definition at line 28 of file qxmlstream_p.h.