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

output_urn
QLinkedList

inherits

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

properties

public_functions
QLinkedList ()
QLinkedList ( const QLinkedList<T> & other )
~QLinkedList ()
 void append ( const T & value )
 T & back ()
 const T & back () const
 iterator begin ()
 const_iterator begin () const
 void clear ()
 const_iterator constBegin () const
 const_iterator constEnd () const
 bool contains ( const T & value ) const
 int count ( const T & value ) const
 int count () 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 )
 T & first ()
 const T & first () const
 T & front ()
 const T & front () const
 iterator insert ( iterator before, const T & value )
 bool isEmpty () const
 T & last ()
 const T & last () const
 void pop_back ()
 void pop_front ()
 void prepend ( const T & value )
 void push_back ( const T & value )
 void push_front ( const T & value )
 int removeAll ( const T & value )
 void removeFirst ()
 void removeLast ()
 bool removeOne ( const T & value )
 int size () const
 bool startsWith ( const T & value ) const
 T takeFirst ()
 T takeLast ()
 std::list<T> toStdList () const
 bool operator!= ( const QLinkedList<T> & other ) const
 QLinkedList<T> operator+ ( const QLinkedList<T> & other ) const
 QLinkedList<T> & operator+= ( const QLinkedList<T> & other )
 QLinkedList<T> & operator+= ( const T & value )
 QLinkedList<T> & operator<< ( const QLinkedList<T> & other )
 QLinkedList<T> & operator<< ( const T & value )
 QLinkedList<T> & operator= ( const QLinkedList<T> & other )
 bool operator== ( const QLinkedList<T> & other ) const

public_slots

signals

static_public_members
 QLinkedList<T> fromStdList ( const std::list<T> & list )

protected_functions

reimplemented_public_functions

reimplemented_protected_functions

protected_slots

related_non_members
 QDataStream & operator<< ( QDataStream & out, const QLinkedList<T> & list )
 QDataStream & operator>> ( QDataStream & in, QLinkedList<T> & list )

templateClass
true

abstractClass
false

enbeddedClass
false

flag_objects

parent_flag_objects

typedefed_objects
ConstIterator
Iterator
const_pointer
const_reference
difference_type
pointer
reference
size_type
value_type

parent_typedefed_objects

class_objects
const_iterator
iterator

parent_class_objects

enums

parent_enums

parent_index

parent_name

