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

(22df353c14800d2e9b6d57a9a0cb9c6baa337999)

#include "qv4variantassociationobject_p.h"
#include <private/qqmlengine_p.h>
Include dependency graph for qv4variantassociationobject.cpp:

Go to the source code of this file.

Namespaces

namespace  QV4
namespace  QV4::Heap

Functions

template<typename Return, typename MapCallable, typename HashCallable>
Return visitVariantAssociation (const QV4::Heap::VariantAssociationObject *association, MapCallable &&mapCallable, HashCallable &&hashCallable)
template<typename Return, typename MapCallable, typename HashCallable>
Return visitVariantAssociation (QV4::Heap::VariantAssociationObject *association, MapCallable &&mapCallable, HashCallable &&hashCallable)
template<typename Return, typename Callable>
Return visitVariantAssociation (const QV4::Heap::VariantAssociationObject *association, Callable &&callable)
template<typename Return, typename Callable>
Return visitVariantAssociation (QV4::Heap::VariantAssociationObject *association, Callable &&callable)
 QV4::DEFINE_OBJECT_VTABLE (VariantAssociationObject)
template<typename Association>
VariantAssociationObjectQV4::Heap::createDetached (QV4::ExecutionEngine *engine, const Association &association)

Function Documentation

◆ visitVariantAssociation() [1/4]

template<typename Return, typename Callable>
Return visitVariantAssociation ( const QV4::Heap::VariantAssociationObject * association,
Callable && callable )

Definition at line 79 of file qv4variantassociationobject.cpp.

◆ visitVariantAssociation() [2/4]

template<typename Return, typename MapCallable, typename HashCallable>
Return visitVariantAssociation ( const QV4::Heap::VariantAssociationObject * association,
MapCallable && mapCallable,
HashCallable && hashCallable )

Definition at line 43 of file qv4variantassociationobject.cpp.

◆ visitVariantAssociation() [3/4]

template<typename Return, typename Callable>
Return visitVariantAssociation ( QV4::Heap::VariantAssociationObject * association,
Callable && callable )

Definition at line 86 of file qv4variantassociationobject.cpp.

◆ visitVariantAssociation() [4/4]

template<typename Return, typename MapCallable, typename HashCallable>
Return visitVariantAssociation ( QV4::Heap::VariantAssociationObject * association,
MapCallable && mapCallable,
HashCallable && hashCallable )

Definition at line 61 of file qv4variantassociationobject.cpp.