QVarLengthArray 所有成员列表

这是 QVarLengthArray 的完整成员列表,包括继承的成员。

  • erase(QVarLengthArray<T, Prealloc>::const_iterator) : QVarLengthArray<T, Prealloc>::iterator
  • erase(QVarLengthArray<T, Prealloc>::const_iterator, QVarLengthArray<T, Prealloc>::const_iterator) : QVarLengthArray<T, Prealloc>::iterator
  • first() : T &
  • first() const : const T &
  • front() : T &
  • front() const : const T &
  • indexOf(const AT &, qsizetype) const : qsizetype
  • insert(qsizetype, T &&)
  • insert(qsizetype, const T &)
  • insert(qsizetype, qsizetype, const T &)
  • insert(QVarLengthArray<T, Prealloc>::const_iterator, qsizetype, const T &) : QVarLengthArray<T, Prealloc>::iterator
  • insert(QVarLengthArray<T, Prealloc>::const_iterator, T &&) : QVarLengthArray<T, Prealloc>::iterator
  • insert(QVarLengthArray<T, Prealloc>::const_iterator, const T &) : QVarLengthArray<T, Prealloc>::iterator
  • isEmpty() const : bool
  • last() : T &
  • last() const : const T &
  • lastIndexOf(const AT &, qsizetype) const : qsizetype
  • length() const : qsizetype
  • pop_back()
  • push_back(const T &)
  • push_back(T &&)
  • rbegin() : QVarLengthArray<T, Prealloc>::reverse_iterator
  • rbegin() const : QVarLengthArray<T, Prealloc>::const_reverse_iterator
  • remove(qsizetype, qsizetype)
  • removeAll(const AT &) : qsizetype
  • removeIf(Predicate) : qsizetype
  • removeLast()
  • removeOne(const AT &) : bool
  • rend() : QVarLengthArray::reverse_iterator
  • rend() const : QVarLengthArray::const_reverse_iterator
  • replace(qsizetype, const T &)
  • reserve(qsizetype)
  • resize(qsizetype)
  • resize(qsizetype, const T &)
  • shrink_to_fit()
  • size() const : qsizetype
  • squeeze()
  • value(qsizetype) const : T
  • value(qsizetype, const T &) const : T
  • operator+=(const T &) : QVarLengthArray &
  • operator+=(T &&) : QVarLengthArray &
  • operator<<(const T &) : QVarLengthArray &
  • operator<<(T &&) : QVarLengthArray &
  • operator=(const QVarLengthArray &) : QVarLengthArray &
  • operator=(QVarLengthArray &&) : QVarLengthArray &
  • operator=(std::initializer_list) : QVarLengthArray &
  • operator[](qsizetype) : T &
  • operator[](qsizetype) const : const T &

© 2024 The Qt Company Ltd. 本文档中的文档贡献是各自所有者的版权。本提供的文档是根据自由软件基金会发布的GNU自由文档许可证1.3条款许可的。Qt及其相应的徽标是芬兰乃至全球的The Qt Company Ltd.的商标。所有其他商标均为其各自所有者的财产。