| Eneboo - Documentación para desarrolladores | 
#include <qvaluelist.h>
 
  
 | typedef QValueListConstIterator<T> QValueList< T >::const_iterator | 
| typedef QValueListConstIterator<T> QValueList< T >::const_iterator | 
| typedef const value_type* QValueList< T >::const_pointer | 
| typedef const value_type* QValueList< T >::const_pointer | 
| typedef const value_type& QValueList< T >::const_reference | 
| typedef const value_type& QValueList< T >::const_reference | 
| typedef QValueListConstIterator<T> QValueList< T >::ConstIterator | 
| typedef QValueListConstIterator<T> QValueList< T >::ConstIterator | 
| typedef ptrdiff_t QValueList< T >::difference_type | 
| typedef ptrdiff_t QValueList< T >::difference_type | 
| typedef QValueListIterator<T> QValueList< T >::Iterator | 
| typedef QValueListIterator<T> QValueList< T >::iterator | 
Typedefs
| typedef QValueListIterator<T> QValueList< T >::Iterator | 
| typedef QValueListIterator<T> QValueList< T >::iterator | 
Typedefs
| typedef value_type* QValueList< T >::pointer | 
| typedef value_type* QValueList< T >::pointer | 
| typedef value_type& QValueList< T >::reference | 
| typedef value_type& QValueList< T >::reference | 
| typedef size_t QValueList< T >::size_type | 
| typedef size_t QValueList< T >::size_type | 
| typedef T QValueList< T >::value_type | 
| typedef T QValueList< T >::value_type | 
| typedef T QValueList< T >::ValueType | 
| typedef T QValueList< T >::ValueType | 
| QValueList< T >::QValueList | ( | ) |  [inline] | 
API
| QValueList< T >::QValueList | ( | const QValueList< T > & | l | ) |  [inline] | 
| QValueList< T >::QValueList | ( | const std::list< T > & | l | ) |  [inline] | 
| QValueList< T >::~QValueList | ( | ) |  [inline] | 
| QValueList< T >::QValueList | ( | ) |  [inline] | 
API
| QValueList< T >::QValueList | ( | const QValueList< T > & | l | ) |  [inline] | 
| QValueList< T >::QValueList | ( | const std::list< T > & | l | ) |  [inline] | 
| QValueList< T >::~QValueList | ( | ) |  [inline] | 
| iterator QValueList< T >::append | ( | const T & | x | ) |  [inline] | 
| iterator QValueList< T >::append | ( | const T & | x | ) |  [inline] | 
| iterator QValueList< T >::at | ( | size_type | i | ) |  [inline] | 
| const_iterator QValueList< T >::at | ( | size_type | i | ) | const  [inline] | 
| iterator QValueList< T >::at | ( | size_type | i | ) |  [inline] | 
| const_iterator QValueList< T >::at | ( | size_type | i | ) | const  [inline] | 
| reference QValueList< T >::back | ( | ) |  [inline] | 
| const_reference QValueList< T >::back | ( | ) | const  [inline] | 
| reference QValueList< T >::back | ( | ) |  [inline] | 
| const_reference QValueList< T >::back | ( | ) | const  [inline] | 
| iterator QValueList< T >::begin | ( | ) |  [inline] | 
| const_iterator QValueList< T >::begin | ( | ) | const  [inline] | 
| iterator QValueList< T >::begin | ( | ) |  [inline] | 
| const_iterator QValueList< T >::begin | ( | ) | const  [inline] | 
| void QValueList< T >::clear | ( | ) | 
| Q_INLINE_TEMPLATES void QValueList< T >::clear | ( | void | ) | 
| const_iterator QValueList< T >::constBegin | ( | ) | const  [inline] | 
| const_iterator QValueList< T >::constBegin | ( | ) | const  [inline] | 
| const_iterator QValueList< T >::constEnd | ( | ) | const  [inline] | 
| const_iterator QValueList< T >::constEnd | ( | ) | const  [inline] | 
| size_type QValueList< T >::contains | ( | const T & | x | ) | const  [inline] | 
| size_type QValueList< T >::contains | ( | const T & | x | ) | const  [inline] | 
| size_type QValueList< T >::count | ( | ) | const  [inline] | 
| size_type QValueList< T >::count | ( | ) | const  [inline] | 
| void QValueList< T >::detach | ( | ) |  [inline, protected] | 
Helpers
Reimplementado en QStringList y QStringList.
| void QValueList< T >::detach | ( | ) |  [inline, protected] | 
Helpers
Reimplementado en QStringList y QStringList.
| bool QValueList< T >::empty | ( | ) | const  [inline] | 
| bool QValueList< T >::empty | ( | ) | const  [inline] | 
| iterator QValueList< T >::end | ( | ) |  [inline] | 
| const_iterator QValueList< T >::end | ( | ) | const  [inline] | 
| iterator QValueList< T >::end | ( | ) |  [inline] | 
| const_iterator QValueList< T >::end | ( | ) | const  [inline] | 
| iterator QValueList< T >::erase | ( | iterator | first, | 
| iterator | last | ||
| ) | 
| iterator QValueList< T >::erase | ( | iterator | pos | ) |  [inline] | 
| iterator QValueList< T >::erase | ( | iterator | pos | ) |  [inline] | 
| iterator QValueList< T >::erase | ( | iterator | first, | 
| iterator | last | ||
| ) | 
| const_iterator QValueList< T >::find | ( | const T & | x | ) | const  [inline] | 
| const_iterator QValueList< T >::find | ( | const_iterator | it, | 
| const T & | x | ||
| ) | const  [inline] | 
| iterator QValueList< T >::find | ( | const T & | x | ) |  [inline] | 
| const_iterator QValueList< T >::find | ( | const T & | x | ) | const  [inline] | 
| iterator QValueList< T >::find | ( | iterator | it, | 
| const T & | x | ||
| ) |  [inline] | 
| const_iterator QValueList< T >::find | ( | const_iterator | it, | 
| const T & | x | ||
| ) | const  [inline] | 
| iterator QValueList< T >::find | ( | const T & | x | ) |  [inline] | 
| iterator QValueList< T >::find | ( | iterator | it, | 
| const T & | x | ||
| ) |  [inline] | 
| int QValueList< T >::findIndex | ( | const T & | x | ) | const  [inline] | 
| int QValueList< T >::findIndex | ( | const T & | x | ) | const  [inline] | 
| const T& QValueList< T >::first | ( | ) | const  [inline] | 
| T& QValueList< T >::first | ( | ) |  [inline] | 
| const T& QValueList< T >::first | ( | ) | const  [inline] | 
| T& QValueList< T >::first | ( | ) |  [inline] | 
| const_iterator QValueList< T >::fromLast | ( | ) | const  [inline] | 
| iterator QValueList< T >::fromLast | ( | ) |  [inline] | 
| const_iterator QValueList< T >::fromLast | ( | ) | const  [inline] | 
| iterator QValueList< T >::fromLast | ( | ) |  [inline] | 
| reference QValueList< T >::front | ( | ) |  [inline] | 
| const_reference QValueList< T >::front | ( | ) | const  [inline] | 
| reference QValueList< T >::front | ( | ) |  [inline] | 
| const_reference QValueList< T >::front | ( | ) | const  [inline] | 
| iterator QValueList< T >::insert | ( | iterator | it, | 
| const T & | x | ||
| ) |  [inline] | 
| void QValueList< T >::insert | ( | iterator | pos, | 
| size_type | n, | ||
| const T & | x | ||
| ) | 
| iterator QValueList< T >::insert | ( | iterator | it, | 
| const T & | x | ||
| ) |  [inline] | 
| void QValueList< T >::insert | ( | iterator | pos, | 
| size_type | n, | ||
| const T & | x | ||
| ) | 
| bool QValueList< T >::isEmpty | ( | void | ) | const  [inline] | 
| bool QValueList< T >::isEmpty | ( | void | ) | const  [inline] | 
| const T& QValueList< T >::last | ( | ) | const  [inline] | 
| T& QValueList< T >::last | ( | ) |  [inline] | 
| const T& QValueList< T >::last | ( | ) | const  [inline] | 
| T& QValueList< T >::last | ( | ) |  [inline] | 
| bool QValueList< T >::operator!= | ( | const QValueList< T > & | l | ) | const  [inline] | 
| bool QValueList< T >::operator!= | ( | const QValueList< T > & | l | ) | const  [inline] | 
| Q_INLINE_TEMPLATES QValueList< T > QValueList< T >::operator+ | ( | const QValueList< T > & | l | ) | const | 
| QValueList<T> QValueList< T >::operator+ | ( | const QValueList< T > & | l | ) | const | 
| QValueList<T>& QValueList< T >::operator+= | ( | const QValueList< T > & | l | ) | 
| QValueList<T>& QValueList< T >::operator+= | ( | const T & | x | ) |  [inline] | 
| QValueList<T>& QValueList< T >::operator+= | ( | const T & | x | ) |  [inline] | 
| Q_INLINE_TEMPLATES QValueList< T > & QValueList< T >::operator+= | ( | const QValueList< T > & | l | ) | 
| QValueList<T>& QValueList< T >::operator<< | ( | const T & | x | ) |  [inline] | 
| QValueList<T>& QValueList< T >::operator<< | ( | const T & | x | ) |  [inline] | 
| QValueList<T>& QValueList< T >::operator= | ( | const std::list< T > & | l | ) |  [inline] | 
| QValueList<T>& QValueList< T >::operator= | ( | const QValueList< T > & | l | ) |  [inline] | 
| QValueList<T>& QValueList< T >::operator= | ( | const QValueList< T > & | l | ) |  [inline] | 
| QValueList<T>& QValueList< T >::operator= | ( | const std::list< T > & | l | ) |  [inline] | 
| Q_INLINE_TEMPLATES bool QValueList< T >::operator== | ( | const QValueList< T > & | l | ) | const | 
| bool QValueList< T >::operator== | ( | const std::list< T > & | l | ) | const  [inline] | 
| bool QValueList< T >::operator== | ( | const std::list< T > & | l | ) | const  [inline] | 
| bool QValueList< T >::operator== | ( | const QValueList< T > & | l | ) | const | 
| const T& QValueList< T >::operator[] | ( | size_type | i | ) | const  [inline] | 
| const T& QValueList< T >::operator[] | ( | size_type | i | ) | const  [inline] | 
| T& QValueList< T >::operator[] | ( | size_type | i | ) |  [inline] | 
| T& QValueList< T >::operator[] | ( | size_type | i | ) |  [inline] | 
| void QValueList< T >::pop_back | ( | ) |  [inline] | 
| void QValueList< T >::pop_back | ( | ) |  [inline] | 
| void QValueList< T >::pop_front | ( | ) |  [inline] | 
| void QValueList< T >::pop_front | ( | ) |  [inline] | 
| iterator QValueList< T >::prepend | ( | const T & | x | ) |  [inline] | 
| iterator QValueList< T >::prepend | ( | const T & | x | ) |  [inline] | 
| void QValueList< T >::push_back | ( | const T & | x | ) |  [inline] | 
| void QValueList< T >::push_back | ( | const T & | x | ) |  [inline] | 
| void QValueList< T >::push_front | ( | const T & | x | ) |  [inline] | 
| void QValueList< T >::push_front | ( | const T & | x | ) |  [inline] | 
| uint QValueList< T >::remove | ( | const T & | x | ) |  [inline] | 
| iterator QValueList< T >::remove | ( | iterator | it | ) |  [inline] | 
| iterator QValueList< T >::remove | ( | iterator | it | ) |  [inline] | 
| uint QValueList< T >::remove | ( | const T & | x | ) |  [inline] | 
| size_type QValueList< T >::size | ( | ) | const  [inline] | 
| size_type QValueList< T >::size | ( | ) | const  [inline] | 
| friend class QDeepCopy< QValueList< T > >  [friend] | 
| QValueListPrivate< T > * QValueList< T >::sh  [protected] | 
Variables
 1.7.4
 1.7.4