![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
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> | |
VariantAssociationObject * | QV4::Heap::createDetached (QV4::ExecutionEngine *engine, const Association &association) |
Return visitVariantAssociation | ( | const QV4::Heap::VariantAssociationObject * | association, |
Callable && | callable ) |
Definition at line 79 of file qv4variantassociationobject.cpp.
Return visitVariantAssociation | ( | const QV4::Heap::VariantAssociationObject * | association, |
MapCallable && | mapCallable, | ||
HashCallable && | hashCallable ) |
Definition at line 43 of file qv4variantassociationobject.cpp.
Return visitVariantAssociation | ( | QV4::Heap::VariantAssociationObject * | association, |
Callable && | callable ) |
Definition at line 86 of file qv4variantassociationobject.cpp.
Return visitVariantAssociation | ( | QV4::Heap::VariantAssociationObject * | association, |
MapCallable && | mapCallable, | ||
HashCallable && | hashCallable ) |
Definition at line 61 of file qv4variantassociationobject.cpp.