![]() |
Qt 6.x
The Qt SDK
|
#include <qmetacontainer.h>
Public Member Functions | |
QMetaSequenceInterface ()=default | |
template<typename MetaSequence > | |
constexpr | QMetaSequenceInterface (const MetaSequence &m) |
![]() | |
QMetaContainerInterface ()=default | |
template<typename MetaContainer > | |
constexpr | QMetaContainerInterface (const MetaContainer &) |
Definition at line 98 of file qmetacontainer.h.
using QtMetaContainerPrivate::QMetaSequenceInterface::AddValueFn = void(*)(void *, const void *, Position) |
Definition at line 109 of file qmetacontainer.h.
using QtMetaContainerPrivate::QMetaSequenceInterface::EraseRangeAtIteratorFn = void(*)(void *, const void *, const void *) |
Definition at line 126 of file qmetacontainer.h.
using QtMetaContainerPrivate::QMetaSequenceInterface::EraseValueAtIteratorFn = void(*)(void *, const void *) |
Definition at line 123 of file qmetacontainer.h.
using QtMetaContainerPrivate::QMetaSequenceInterface::InsertValueAtIteratorFn = void(*)(void *, const void *, const void *) |
Definition at line 118 of file qmetacontainer.h.
Definition at line 111 of file qmetacontainer.h.
using QtMetaContainerPrivate::QMetaSequenceInterface::SetValueAtIndexFn = void(*)(void *, qsizetype, const void *) |
Definition at line 106 of file qmetacontainer.h.
using QtMetaContainerPrivate::QMetaSequenceInterface::SetValueAtIteratorFn = void(*)(const void *, const void *) |
Definition at line 116 of file qmetacontainer.h.
using QtMetaContainerPrivate::QMetaSequenceInterface::ValueAtIndexFn = void(*)(const void *, qsizetype, void *) |
Definition at line 104 of file qmetacontainer.h.
using QtMetaContainerPrivate::QMetaSequenceInterface::ValueAtIteratorFn = void(*)(const void *, void *) |
Definition at line 114 of file qmetacontainer.h.
|
default |
|
inlineconstexpr |
Definition at line 132 of file qmetacontainer.h.
AddRemoveCapabilities QtMetaContainerPrivate::QMetaSequenceInterface::addRemoveCapabilities |
Definition at line 102 of file qmetacontainer.h.
Referenced by QMetaSequence::canAddValueAtBegin(), QMetaSequence::canAddValueAtEnd(), QMetaSequence::canRemoveValueAtBegin(), QMetaSequence::canRemoveValueAtEnd(), and QMetaSequence::isSortable().
AddValueFn QtMetaContainerPrivate::QMetaSequenceInterface::addValueFn |
Definition at line 110 of file qmetacontainer.h.
Referenced by QMetaSequence::addValue(), QMetaSequence::addValueAtBegin(), QMetaSequence::addValueAtEnd(), QMetaSequence::canAddValue(), QMetaSequence::canAddValueAtBegin(), and QMetaSequence::canAddValueAtEnd().
EraseRangeAtIteratorFn QtMetaContainerPrivate::QMetaSequenceInterface::eraseRangeAtIteratorFn |
Definition at line 127 of file qmetacontainer.h.
Referenced by QMetaSequence::canEraseRangeAtIterator(), and QMetaSequence::eraseRangeAtIterator().
EraseValueAtIteratorFn QtMetaContainerPrivate::QMetaSequenceInterface::eraseValueAtIteratorFn |
Definition at line 124 of file qmetacontainer.h.
Referenced by QMetaSequence::canEraseValueAtIterator(), and QMetaSequence::eraseValueAtIterator().
InsertValueAtIteratorFn QtMetaContainerPrivate::QMetaSequenceInterface::insertValueAtIteratorFn |
Definition at line 119 of file qmetacontainer.h.
Referenced by QMetaSequence::canInsertValueAtIterator(), and QMetaSequence::insertValueAtIterator().
RemoveValueFn QtMetaContainerPrivate::QMetaSequenceInterface::removeValueFn |
Definition at line 112 of file qmetacontainer.h.
Referenced by QMetaSequence::canRemoveValue(), QMetaSequence::canRemoveValueAtBegin(), QMetaSequence::canRemoveValueAtEnd(), QMetaSequence::removeValue(), QMetaSequence::removeValueAtBegin(), and QMetaSequence::removeValueAtEnd().
SetValueAtIndexFn QtMetaContainerPrivate::QMetaSequenceInterface::setValueAtIndexFn |
Definition at line 107 of file qmetacontainer.h.
Referenced by QMetaSequence::canSetValueAtIndex(), and QMetaSequence::setValueAtIndex().
SetValueAtIteratorFn QtMetaContainerPrivate::QMetaSequenceInterface::setValueAtIteratorFn |
Definition at line 117 of file qmetacontainer.h.
Referenced by QMetaSequence::canSetValueAtIterator(), and QMetaSequence::setValueAtIterator().
ValueAtIteratorFn QtMetaContainerPrivate::QMetaSequenceInterface::valueAtConstIteratorFn |
Definition at line 121 of file qmetacontainer.h.
Referenced by QMetaSequence::canGetValueAtConstIterator(), and QMetaSequence::valueAtConstIterator().
ValueAtIndexFn QtMetaContainerPrivate::QMetaSequenceInterface::valueAtIndexFn |
Definition at line 105 of file qmetacontainer.h.
Referenced by QMetaSequence::canGetValueAtIndex(), and QMetaSequence::valueAtIndex().
ValueAtIteratorFn QtMetaContainerPrivate::QMetaSequenceInterface::valueAtIteratorFn |
Definition at line 115 of file qmetacontainer.h.
Referenced by QMetaSequence::canGetValueAtIterator(), and QMetaSequence::valueAtIterator().
const QtPrivate::QMetaTypeInterface* QtMetaContainerPrivate::QMetaSequenceInterface::valueMetaType |
Definition at line 101 of file qmetacontainer.h.
Referenced by QMetaSequence::valueMetaType(), and QV4::Heap::Sequence::valueMetaType().