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

output_urn
QVector

inherits

public_types
 typedef ConstIterator
 typedef Iterator
 typedef const_iterator
 typedef const_pointer
 typedef const_reference
 typedef difference_type
 typedef iterator
 typedef pointer
 typedef reference
 typedef size_type
 typedef value_type

properties

public_functions
QVector ()
QVector ( int size )
QVector ( int size, const T & value )
QVector ( const QVector<T> & other )
~QVector ()
 void append ( const T & value )
 const T & at ( int i ) const
 reference back ()
 const_reference back () const
 iterator begin ()
 const_iterator begin () const
 int capacity () const
 void clear ()
 const_iterator constBegin () const
 const T * constData () const
 const_iterator constEnd () const
 bool contains ( const T & value ) const
 int count ( const T & value ) const
 int count () const
 T * data ()
 const T * data () const
 bool empty () const
 iterator end ()
 const_iterator end () const
 bool endsWith ( const T & value ) const
 iterator erase ( iterator pos )
 iterator erase ( iterator begin, iterator end )
 QVector<T> & fill ( const T & value, int size = -1 )
 T & first ()
 const T & first () const
 T & front ()
 const_reference front () const
 int indexOf ( const T & value, int from = 0 ) const
 void insert ( int i, const T & value )
 iterator insert ( iterator before, int count, const T & value )
 void insert ( int i, int count, const T & value )
 iterator insert ( iterator before, const T & value )
 bool isEmpty () const
 T & last ()
 const T & last () const
 int lastIndexOf ( const T & value, int from = -1 ) const
 QVector<T> mid ( int pos, int length = -1 ) const
 void pop_back ()
 void pop_front ()
 void prepend ( const T & value )
 void push_back ( const T & value )
 void push_front ( const T & value )
 void remove ( int i )
 void remove ( int i, int count )
 void replace ( int i, const T & value )
 void reserve ( int size )
 void resize ( int size )
 int size () const
 void squeeze ()
 bool startsWith ( const T & value ) const
 QList<T> toList () const
 std::vector<T> toStdVector () const
 T value ( int i ) const
 T value ( int i, const T & defaultValue ) const
 bool operator!= ( const QVector<T> & other ) const
 QVector<T> operator+ ( const QVector<T> & other ) const
 QVector<T> & operator+= ( const QVector<T> & other )
 QVector<T> & operator+= ( const T & value )
 QVector<T> & operator<< ( const T & value )
 QVector<T> & operator<< ( const QVector<T> & other )
 QVector<T> & operator= ( const QVector<T> & other )
 bool operator== ( const QVector<T> & other ) const
 T & operator[] ( int i )
 const T & operator[] ( int i ) const

public_slots

signals

static_public_members
 QVector<T> fromList ( const QList<T> & list )
 QVector<T> fromStdVector ( const std::vector<T> & vector )

protected_functions

reimplemented_public_functions

reimplemented_protected_functions

protected_slots

related_non_members
 QDataStream & operator<< ( QDataStream & out, const QVector<T> & vector )
 QDataStream & operator>> ( QDataStream & in, QVector<T> & vector )

templateClass
true

abstractClass
false

enbeddedClass
false

flag_objects

parent_flag_objects

typedefed_objects
ConstIterator
Iterator
const_iterator
const_pointer
const_reference
difference_type
iterator
pointer
reference
size_type
value_type

parent_typedefed_objects

class_objects

parent_class_objects

enums

parent_enums

parent_index

parent_name

