QLinkedList
#include <QtCore/QLinkedList>
More information will be added here shortly. For now, you'll find more extensive information about this class in the Qt reference for QLinkedList
Overview
Classes
Public Types Index
const value_type * | const_pointer |
const value_type & | const_reference |
const_iterator | ConstIterator |
qptrdiff | difference_type |
iterator | Iterator |
value_type * | pointer |
value_type & | reference |
int | size_type |
T | value_type |
Public Attributes Index
QLinkedListData * | d |
QLinkedListNode< T > * | e |
Public Functions Index
QLinkedList () | |
QLinkedList (const QLinkedList< T > &l) | |
~QLinkedList () | |
void | append (const T &) |
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 &t) const |
int | count (const T &t) const |
int | count () const |
void | detach () |
bool | empty () const |
iterator | end () |
const_iterator | end () const |
bool | endsWith (const T &t) const |
iterator | erase (iterator pos) |
iterator | erase (iterator first, iterator last) |
T & | first () |
const T & | first () const |
T & | front () |
const T & | front () const |
iterator | insert (iterator before, const T &t) |
bool | isDetached () const |
bool | isEmpty () const |
bool | isSharedWith (const QLinkedList< T > &other) const |
T & | last () |
const T & | last () const |
bool | operator!= (const QLinkedList< T > &l) const |
QLinkedList< T > | operator+ (const QLinkedList< T > &l) const |
QLinkedList< T > & | operator+= (const QLinkedList< T > &l) |
QLinkedList< T > & | operator+= (const T &t) |
QLinkedList< T > & | operator<< (const T &t) |
QLinkedList< T > & | operator<< (const QLinkedList< T > &l) |
QLinkedList< T > & | operator= (const QLinkedList< T > &) |
bool | operator== (const QLinkedList< T > &l) const |
void | pop_back () |
void | pop_front () |
void | prepend (const T &) |
void | push_back (const T &t) |
void | push_front (const T &t) |
int | removeAll (const T &t) |
void | removeFirst () |
void | removeLast () |
bool | removeOne (const T &t) |
void | setSharable (bool sharable) |
int | size () const |
bool | startsWith (const T &t) const |
void | swap (QLinkedList< T > &other) |
T | takeFirst () |
T | takeLast () |
std::list< T > | toStdList () const |
Static Public Functions Index
QLinkedList< T > | fromStdList (const std::list< T > &list) |
Public Types
typedef const value_type *
typedef const value_type &
typedef const_iterator
typedef qptrdiff
typedef iterator
typedef value_type *
typedef value_type &
typedef int
typedef T
Public Attributes
QLinkedListNode< T > *
Public Functions
Destructor.
void
T &
const T &
void
bool
int
int
void
bool
bool
T &
const T &
T &
const T &
bool
bool
T &
const T &
bool
QLinkedList< T >
QLinkedList< T > &
QLinkedList< T > &
QLinkedList< T > &
QLinkedList< T > &
QLinkedList< T > &
bool
void
void
void
void
void
int
void
void
bool
void
int
bool
void
T
T
std::list< T >
Static Public Functions
QLinkedList< 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