|
- front() const : const_reference
- indexOf(const T &, int) const : int
- insert(int, const T &)
- insert(iterator, int, const T &) : iterator
- insert(int, int, const T &)
- insert(iterator, const T &) : iterator
- isEmpty() const : bool
- last() : T &
- last() const : const T &
- lastIndexOf(const T &, int) const : int
- mid(int, int) const : QVector<T>
- pop() : T
- pop_back()
- pop_front()
- prepend(const T &)
- push(const T &)
- push_back(const T &)
- push_front(const T &)
- remove(int)
- remove(int, int)
- replace(int, const T &)
- reserve(int)
- resize(int)
- size() const : int
- squeeze()
- startsWith(const T &) const : bool
- swap(QStack<T> &)
- toList() const : QList<T>
- toStdVector() const : std::vector<T>
- top() : T &
- top() const : const T &
- value(int) const : T
- value(int, const T &) const : T
- operator!=(const QVector<T> &) const : bool
- operator+(const QVector<T> &) const : QVector<T>
- operator+=(const QVector<T> &) : QVector<T> &
- operator+=(const T &) : QVector<T> &
- operator<<(const T &) : QVector<T> &
- operator<<(const QVector<T> &) : QVector<T> &
- operator=(const QVector<T> &) : QVector<T> &
- operator==(const QVector<T> &) const : bool
- operator[](int) : T &
- operator[](int) const : const T &
|