input_urn
/home/onoda/Documents/qt-everywhere-opensource-src-4.7.4/doc/html/qcontiguouscache.html

output_urn
QContiguousCache

inherits

public_types

properties

public_functions
QContiguousCache ( int capacity = 0 )
QContiguousCache ( const QContiguousCache<T> & other )
~QContiguousCache ()
 void append ( const T & value )
 bool areIndexesValid () const
 const T & at ( int i ) const
 int available () const
 int capacity () const
 void clear ()
 bool containsIndex ( int i ) const
 int count () const
 T & first ()
 const T & first () const
 int firstIndex () const
 void insert ( int i, const T & value )
 bool isEmpty () const
 bool isFull () const
 T & last ()
 const T & last () const
 int lastIndex () const
 void normalizeIndexes ()
 void prepend ( const T & value )
 void removeFirst ()
 void removeLast ()
 void setCapacity ( int size )
 int size () const
 T takeFirst ()
 T takeLast ()
 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

public_slots

signals

static_public_members

protected_functions

reimplemented_public_functions

reimplemented_protected_functions

protected_slots

related_non_members

templateClass
true

abstractClass
false

enbeddedClass
false

flag_objects

parent_flag_objects

typedefed_objects

parent_typedefed_objects

class_objects

parent_class_objects

enums

parent_enums

parent_index

parent_name

