Qt 5.5
Qt3D Module
C++ Classes
QCircularBuffer
Qt 5.5.0 Reference Documentation
List of All Members for QCircularBuffer
This is the complete list of members for
Qt3D::QCircularBuffer
, including inherited members.
class
const_iterator
class
iterator
typedef
ArrayRange
typedef
ConstArrayRange
typedef
ConstIterator
typedef
Iterator
typedef
array_range
typedef
const_array_range
typedef
const_pointer
typedef
const_reference
typedef
const_reverse_iterator
typedef
difference_type
typedef
pointer
typedef
reference
typedef
reverse_iterator
typedef
size_type
typedef
value_type
QCircularBuffer
()
QCircularBuffer
(int)
QCircularBuffer
(int, const T &)
QCircularBuffer
(int, int, const T &)
QCircularBuffer
(std::initializer_list<T>)
QCircularBuffer
(ForwardIterator, ForwardIterator)
QCircularBuffer
(const QCircularBuffer<T> &)
~QCircularBuffer
()
append
(const T &)
at
(int) const : const T &
back
() : T &
back
() const : const T &
begin
() : iterator
begin
() const : const_iterator
capacity
() const : int
cbegin
() const : const_iterator
cend
() const : const_iterator
clear
()
constBegin
() const : const_iterator
constData
() const : const_array_range
constDataOne
() const : const_array_range
constDataTwo
() const : const_array_range
constEnd
() const : const_iterator
contains
(const T &) const : bool
count
(const T &) const : int
count
() const : int
crbegin
() const : const_reverse_iterator
crend
() const : const_reverse_iterator
data
() : array_range
data
() const : const_array_range
dataOne
() : array_range
dataOne
() const : const_array_range
dataTwo
() : array_range
dataTwo
() const : const_array_range
empty
() const : bool
end
() : iterator
end
() const : const_iterator
endsWith
(const T &) const : bool
erase
(const_iterator) : iterator
erase
(const_iterator, const_iterator) : iterator
fill
(const T &, int) : QCircularBuffer<T> &
first
() : T &
first
() const : const T &
freeSize
() const : int
fromList
(const QList<T> &) : QCircularBuffer<T>
fromVector
(const QVector<T> &) : QCircularBuffer<T>
front
() : T &
front
() const : const T &
indexOf
(const T &, int) const : int
insert
(int, const T &)
insert
(int, int, const T &)
insert
(const_iterator, int, const T &) : iterator
insert
(const_iterator, const T &) : iterator
isEmpty
() const : bool
isFull
() const : bool
isLinearised
() const : bool
isSharedWith
(const QCircularBuffer &) const : bool
last
() : T &
last
() const : const T &
lastIndexOf
(const T &, int) const : int
linearise
()
max_size
() const : int
pop_back
()
pop_front
()
prepend
(const T &)
push_back
(const T &)
push_front
(const T &)
rbegin
() : reverse_iterator
rbegin
() const : const_reverse_iterator
refCount
() const : QAtomicInt
remove
(int)
remove
(int, int)
rend
() : reverse_iterator
rend
() const : const_reverse_iterator
replace
(int, const T &)
reserve
(int)
resize
(int)
setCapacity
(int)
size
() const : int
sizeAvailable
() const : int
squeeze
()
startsWith
(const T &) const : bool
swap
(QCircularBuffer &)
toList
() const : QList<T>
toVector
() const : QVector<T>
value
(int) const : T
value
(int, const T &) const : T
operator+=
(const T &) : QCircularBuffer<T> &
operator+=
(const QCircularBuffer<T> &) : QCircularBuffer<T> &
operator+=
(const QVector<T> &) : QCircularBuffer<T> &
operator+=
(const QList<T> &) : QCircularBuffer<T> &
operator<<
(const T &) : QCircularBuffer<T> &
operator<<
(const QCircularBuffer<T> &) : QCircularBuffer<T> &
operator<<
(const QVector<T> &) : QCircularBuffer<T> &
operator<<
(const QList<T> &) : QCircularBuffer<T> &
operator=
(const QCircularBuffer<T> &) : QCircularBuffer<T> &
operator[]
(int) : T &
operator[]
(int) const : const T &