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
node.cpp File Reference

(3962cf23cd404343d44c31d85b6705e4b549ebb1)

#include "node.h"
#include "aggregate.h"
#include "codemarker.h"
#include "config.h"
#include "enumnode.h"
#include "functionnode.h"
#include "generator.h"
#include "inclusionfilter.h"
#include "nodecontext.h"
#include "qdocdatabase.h"
#include "qmltypenode.h"
#include "qmlpropertynode.h"
#include "relatedclass.h"
#include "sharedcommentnode.h"
#include "tokenizer.h"
#include "tree.h"
#include <QtCore/quuid.h>
#include <QtCore/qversionnumber.h>
#include <utility>
Include dependency graph for node.cpp:

Go to the source code of this file.

Macros

#define LT_RETURN_IF_NOT_EQUAL(a, b)
#define LT_RETURN_IF_NOT_EQUAL_QSTR(a, b)

Macro Definition Documentation

◆ LT_RETURN_IF_NOT_EQUAL

#define LT_RETURN_IF_NOT_EQUAL ( a,
b )
Value:
if ((a) != (b)) \
return (a) < (b);
GLboolean GLboolean GLboolean b
GLboolean GLboolean GLboolean GLboolean a

Definition at line 55 of file node.cpp.

◆ LT_RETURN_IF_NOT_EQUAL_QSTR

#define LT_RETURN_IF_NOT_EQUAL_QSTR ( a,
b )
Value:
if ((a) != (b)) \
return QString::compare(a, b) < 0;
int compare(const QString &s, Qt::CaseSensitivity cs=Qt::CaseSensitive) const noexcept
Definition qstring.cpp:6660

Definition at line 60 of file node.cpp.