Qt Reference Documentation
Home
Modules
QtCore
QContiguousCache
List of All Members for QContiguousCache
This is the complete list of members for
QContiguousCache
, including inherited members.
QContiguousCache
( int )
QContiguousCache
( const QContiguousCache<T> & )
~QContiguousCache
()
append
( const T & )
areIndexesValid
() const : bool
at
( int ) const : const T &
available
() const : int
capacity
() const : int
clear
()
containsIndex
( int ) const : bool
count
() const : int
first
() : T &
first
() const : const T &
firstIndex
() const : int
insert
( int, const T & )
isEmpty
() const : bool
isFull
() const : bool
last
() : T &
last
() const : const T &
lastIndex
() const : int
normalizeIndexes
()
prepend
( const T & )
removeFirst
()
removeLast
()
setCapacity
( int )
size
() const : int
swap
( QContiguousCache<T> & )
takeFirst
() : T
takeLast
() : T
operator!=
( const QContiguousCache<T> & ) const : bool
operator=
( const QContiguousCache<T> & ) : QContiguousCache<T> &
operator==
( const QContiguousCache<T> & ) const : bool
operator[]
( int ) : T &
operator[]
( int ) const : const T &