![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmljsimportvisitor_p.h>
Public Types | |
using | Scope = std::conditional_t<scopeIsConst, QQmlJSScope::ConstPtr, QQmlJSScope::Ptr> |
Public Member Functions | |
ScopeAndNameT ()=default | |
ScopeAndNameT (const Scope &scope, const QString &name) | |
ScopeAndNameT (const ScopeAndNameT &)=default | |
ScopeAndNameT (ScopeAndNameT &&)=default | |
ScopeAndNameT & | operator= (const ScopeAndNameT &)=default |
ScopeAndNameT & | operator= (ScopeAndNameT &&)=default |
~ScopeAndNameT ()=default | |
ScopeAndNameT (typename std::enable_if< scopeIsConst, ScopeAndNameT< false > >::type &nonConst) |
Public Attributes | |
Scope | scope |
QString | name |
Friends | |
bool | operator== (const ScopeAndNameT &lhs, const ScopeAndNameT &rhs) |
bool | operator!= (const ScopeAndNameT &lhs, const ScopeAndNameT &rhs) |
size_t | qHash (const ScopeAndNameT &san, size_t seed=0) |
Definition at line 207 of file qqmljsimportvisitor_p.h.
using QQmlJSImportVisitor::ScopeAndNameT< scopeIsConst >::Scope = std::conditional_t<scopeIsConst, QQmlJSScope::ConstPtr, QQmlJSScope::Ptr> |
Definition at line 209 of file qqmljsimportvisitor_p.h.
|
default |
|
inline |
Definition at line 212 of file qqmljsimportvisitor_p.h.
|
default |
|
default |
|
default |
|
inline |
Definition at line 220 of file qqmljsimportvisitor_p.h.
|
default |
|
default |
|
friend |
Definition at line 229 of file qqmljsimportvisitor_p.h.
|
friend |
Definition at line 225 of file qqmljsimportvisitor_p.h.
|
friend |
Definition at line 233 of file qqmljsimportvisitor_p.h.
QString QQmlJSImportVisitor::ScopeAndNameT< scopeIsConst >::name |
Definition at line 239 of file qqmljsimportvisitor_p.h.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().
Scope QQmlJSImportVisitor::ScopeAndNameT< scopeIsConst >::scope |
Definition at line 238 of file qqmljsimportvisitor_p.h.