QContiguousCache
#include <QtCore/QContiguousCache>
More information will be added here shortly. For now, you'll find more extensive information about this class in the Qt reference for QContiguousCache
Overview
Public Types Index
const value_type * | const_pointer |
const value_type & | const_reference |
qptrdiff | difference_type |
value_type * | pointer |
value_type & | reference |
int | size_type |
T | value_type |
Public Attributes Index
Public Functions Index
QContiguousCache (int capacity=0) | |
QContiguousCache (const QContiguousCache< T > &v) | |
~QContiguousCache () | |
void | append (const T &value) |
bool | areIndexesValid () const |
const T & | at (int pos) const |
int | available () const |
int | capacity () const |
void | clear () |
bool | containsIndex (int pos) const |
int | count () const |
void | detach () |
const T & | first () const |
T & | first () |
int | firstIndex () const |
void | insert (int pos, const T &value) |
bool | isDetached () const |
bool | isEmpty () const |
bool | isFull () const |
const T & | last () const |
T & | last () |
int | lastIndex () const |
void | normalizeIndexes () |
bool | operator!= (const QContiguousCache< T > &other) const |
QContiguousCache< T > & | operator= (const QContiguousCache< T > &other) |
bool | operator== (const QContiguousCache< T > &other) const |
T & | operator[] (int i) |
const T & | operator[] (int i) const |
void | prepend (const T &value) |
void | removeFirst () |
void | removeLast () |
void | setCapacity (int size) |
void | setSharable (bool sharable) |
int | size () const |
void | swap (QContiguousCache< T > &other) |
T | takeFirst () |
T | takeLast () |
Public Types
typedef const value_type *
typedef const value_type &
typedef qptrdiff
typedef value_type *
typedef value_type &
typedef int
typedef T
Public Attributes
Public Functions
Destructor.
void
bool
const T &
int
int
void
bool
int
void
const T &
T &
int
void
bool
bool
bool
const T &
T &
int
void
bool
QContiguousCache< T > &
bool
T &
const T &
void
void
void
void
void
int
void
T
T
© 2013 Digia Plc and/or its subsidiaries. Documentation contributions included herein are the copyrights of their respective owners.
The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.
Documentation sources may be obtained from www.qt-project.org.
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. Privacy Policy