Eneboo - Documentación para desarrolladores
Tipos públicos | Métodos públicos | Métodos protegidos | Atributos protegidos | Amigas
Referencia de la plantilla de la Clase QValueList< T >

#include <qvaluelist.h>

Diagrama de herencias de QValueList< T >
QSqlRecordInfo QSqlRecordInfo QValueStack< T > QValueStack< T >

Lista de todos los miembros.

Tipos públicos

typedef QValueListIterator< T > iterator
typedef
QValueListConstIterator< T > 
const_iterator
typedef T value_type
typedef value_typepointer
typedef const value_typeconst_pointer
typedef value_typereference
typedef const value_typeconst_reference
typedef size_t size_type
typedef ptrdiff_t difference_type
typedef QValueListIterator< T > Iterator
typedef
QValueListConstIterator< T > 
ConstIterator
typedef T ValueType
typedef QValueListIterator< T > iterator
typedef
QValueListConstIterator< T > 
const_iterator
typedef T value_type
typedef value_typepointer
typedef const value_typeconst_pointer
typedef value_typereference
typedef const value_typeconst_reference
typedef size_t size_type
typedef ptrdiff_t difference_type
typedef QValueListIterator< T > Iterator
typedef
QValueListConstIterator< T > 
ConstIterator
typedef T ValueType

Métodos públicos

 QValueList ()
 QValueList (const QValueList< T > &l)
 QValueList (const std::list< T > &l)
 ~QValueList ()
QValueList< T > & operator= (const QValueList< T > &l)
QValueList< T > & operator= (const std::list< T > &l)
bool operator== (const std::list< T > &l) const
bool operator== (const QValueList< T > &l) const
bool operator!= (const QValueList< T > &l) const
iterator begin ()
const_iterator begin () const
const_iterator constBegin () const
iterator end ()
const_iterator end () const
const_iterator constEnd () const
iterator insert (iterator it, const T &x)
uint remove (const T &x)
void clear ()
QValueList< T > & operator<< (const T &x)
size_type size () const
bool empty () const
void push_front (const T &x)
void push_back (const T &x)
iterator erase (iterator pos)
iterator erase (iterator first, iterator last)
reference front ()
const_reference front () const
reference back ()
const_reference back () const
void pop_front ()
void pop_back ()
void insert (iterator pos, size_type n, const T &x)
QValueList< T > operator+ (const QValueList< T > &l) const
QValueList< T > & operator+= (const QValueList< T > &l)
iterator fromLast ()
const_iterator fromLast () const
bool isEmpty () const
iterator append (const T &x)
iterator prepend (const T &x)
iterator remove (iterator it)
T & first ()
const T & first () const
T & last ()
const T & last () const
T & operator[] (size_type i)
const T & operator[] (size_type i) const
iterator at (size_type i)
const_iterator at (size_type i) const
iterator find (const T &x)
const_iterator find (const T &x) const
iterator find (iterator it, const T &x)
const_iterator find (const_iterator it, const T &x) const
int findIndex (const T &x) const
size_type contains (const T &x) const
size_type count () const
QValueList< T > & operator+= (const T &x)
 QValueList ()
 QValueList (const QValueList< T > &l)
 QValueList (const std::list< T > &l)
 ~QValueList ()
QValueList< T > & operator= (const QValueList< T > &l)
QValueList< T > & operator= (const std::list< T > &l)
bool operator== (const std::list< T > &l) const
bool operator== (const QValueList< T > &l) const
bool operator!= (const QValueList< T > &l) const
iterator begin ()
const_iterator begin () const
const_iterator constBegin () const
iterator end ()
const_iterator end () const
const_iterator constEnd () const
iterator insert (iterator it, const T &x)
uint remove (const T &x)
void clear ()
QValueList< T > & operator<< (const T &x)
size_type size () const
bool empty () const
void push_front (const T &x)
void push_back (const T &x)
iterator erase (iterator pos)
iterator erase (iterator first, iterator last)
reference front ()
const_reference front () const
reference back ()
const_reference back () const
void pop_front ()
void pop_back ()
void insert (iterator pos, size_type n, const T &x)
QValueList< T > operator+ (const QValueList< T > &l) const
QValueList< T > & operator+= (const QValueList< T > &l)
iterator fromLast ()
const_iterator fromLast () const
bool isEmpty () const
iterator append (const T &x)
iterator prepend (const T &x)
iterator remove (iterator it)
T & first ()
const T & first () const
T & last ()
const T & last () const
T & operator[] (size_type i)
const T & operator[] (size_type i) const
iterator at (size_type i)
const_iterator at (size_type i) const
iterator find (const T &x)
const_iterator find (const T &x) const
iterator find (iterator it, const T &x)
const_iterator find (const_iterator it, const T &x) const
int findIndex (const T &x) const
size_type contains (const T &x) const
size_type count () const
QValueList< T > & operator+= (const T &x)

Métodos protegidos

void detach ()
void detach ()

Atributos protegidos

QValueListPrivate< T > * sh

Amigas

class QDeepCopy< QValueList< T > >

template<class T>
class QValueList< T >


Documentación de los 'Typedef' miembros de la clase

template<class T>
typedef QValueListConstIterator<T> QValueList< T >::const_iterator
template<class T>
typedef QValueListConstIterator<T> QValueList< T >::const_iterator
template<class T>
typedef const value_type* QValueList< T >::const_pointer
template<class T>
typedef const value_type* QValueList< T >::const_pointer
template<class T>
typedef const value_type& QValueList< T >::const_reference
template<class T>
typedef const value_type& QValueList< T >::const_reference
template<class T>
typedef QValueListConstIterator<T> QValueList< T >::ConstIterator
template<class T>
typedef QValueListConstIterator<T> QValueList< T >::ConstIterator
template<class T>
typedef ptrdiff_t QValueList< T >::difference_type
template<class T>
typedef ptrdiff_t QValueList< T >::difference_type
template<class T>
typedef QValueListIterator<T> QValueList< T >::Iterator
template<class T>
typedef QValueListIterator<T> QValueList< T >::iterator

Typedefs

template<class T>
typedef QValueListIterator<T> QValueList< T >::Iterator
template<class T>
typedef QValueListIterator<T> QValueList< T >::iterator

Typedefs

template<class T>
typedef value_type* QValueList< T >::pointer
template<class T>
typedef value_type* QValueList< T >::pointer
template<class T>
typedef value_type& QValueList< T >::reference
template<class T>
typedef value_type& QValueList< T >::reference
template<class T>
typedef size_t QValueList< T >::size_type
template<class T>
typedef size_t QValueList< T >::size_type
template<class T>
typedef T QValueList< T >::value_type
template<class T>
typedef T QValueList< T >::value_type
template<class T>
typedef T QValueList< T >::ValueType
template<class T>
typedef T QValueList< T >::ValueType

Documentación del constructor y destructor

template<class T>
QValueList< T >::QValueList ( ) [inline]

API

template<class T>
QValueList< T >::QValueList ( const QValueList< T > &  l) [inline]
template<class T>
QValueList< T >::QValueList ( const std::list< T > &  l) [inline]
template<class T>
QValueList< T >::~QValueList ( ) [inline]
template<class T>
QValueList< T >::QValueList ( ) [inline]

API

template<class T>
QValueList< T >::QValueList ( const QValueList< T > &  l) [inline]
template<class T>
QValueList< T >::QValueList ( const std::list< T > &  l) [inline]
template<class T>
QValueList< T >::~QValueList ( ) [inline]

Documentación de las funciones miembro

template<class T>
iterator QValueList< T >::append ( const T &  x) [inline]
template<class T>
iterator QValueList< T >::append ( const T &  x) [inline]
template<class T>
iterator QValueList< T >::at ( size_type  i) [inline]
template<class T>
const_iterator QValueList< T >::at ( size_type  i) const [inline]
template<class T>
iterator QValueList< T >::at ( size_type  i) [inline]
template<class T>
const_iterator QValueList< T >::at ( size_type  i) const [inline]
template<class T>
reference QValueList< T >::back ( ) [inline]
template<class T>
const_reference QValueList< T >::back ( ) const [inline]
template<class T>
reference QValueList< T >::back ( ) [inline]
template<class T>
const_reference QValueList< T >::back ( ) const [inline]
template<class T>
iterator QValueList< T >::begin ( ) [inline]
template<class T>
const_iterator QValueList< T >::begin ( ) const [inline]
template<class T>
iterator QValueList< T >::begin ( ) [inline]
template<class T>
const_iterator QValueList< T >::begin ( ) const [inline]
template<class T>
void QValueList< T >::clear ( )
template<class T >
Q_INLINE_TEMPLATES void QValueList< T >::clear ( void  )
template<class T>
const_iterator QValueList< T >::constBegin ( ) const [inline]
template<class T>
const_iterator QValueList< T >::constBegin ( ) const [inline]
template<class T>
const_iterator QValueList< T >::constEnd ( ) const [inline]
template<class T>
const_iterator QValueList< T >::constEnd ( ) const [inline]
template<class T>
size_type QValueList< T >::contains ( const T &  x) const [inline]
template<class T>
size_type QValueList< T >::contains ( const T &  x) const [inline]
template<class T>
size_type QValueList< T >::count ( ) const [inline]
template<class T>
size_type QValueList< T >::count ( ) const [inline]
template<class T>
void QValueList< T >::detach ( ) [inline, protected]

Helpers

Reimplementado en QStringList y QStringList.

template<class T>
void QValueList< T >::detach ( ) [inline, protected]

Helpers

Reimplementado en QStringList y QStringList.

template<class T>
bool QValueList< T >::empty ( ) const [inline]
template<class T>
bool QValueList< T >::empty ( ) const [inline]
template<class T>
iterator QValueList< T >::end ( ) [inline]
template<class T>
const_iterator QValueList< T >::end ( ) const [inline]
template<class T>
iterator QValueList< T >::end ( ) [inline]
template<class T>
const_iterator QValueList< T >::end ( ) const [inline]
template<class T>
iterator QValueList< T >::erase ( iterator  first,
iterator  last 
)
template<class T>
iterator QValueList< T >::erase ( iterator  pos) [inline]
template<class T>
iterator QValueList< T >::erase ( iterator  pos) [inline]
template<class T>
iterator QValueList< T >::erase ( iterator  first,
iterator  last 
)
template<class T>
const_iterator QValueList< T >::find ( const T &  x) const [inline]
template<class T>
const_iterator QValueList< T >::find ( const_iterator  it,
const T &  x 
) const [inline]
template<class T>
iterator QValueList< T >::find ( const T &  x) [inline]
template<class T>
const_iterator QValueList< T >::find ( const T &  x) const [inline]
template<class T>
iterator QValueList< T >::find ( iterator  it,
const T &  x 
) [inline]
template<class T>
const_iterator QValueList< T >::find ( const_iterator  it,
const T &  x 
) const [inline]
template<class T>
iterator QValueList< T >::find ( const T &  x) [inline]
template<class T>
iterator QValueList< T >::find ( iterator  it,
const T &  x 
) [inline]
template<class T>
int QValueList< T >::findIndex ( const T &  x) const [inline]
template<class T>
int QValueList< T >::findIndex ( const T &  x) const [inline]
template<class T>
const T& QValueList< T >::first ( ) const [inline]
template<class T>
T& QValueList< T >::first ( ) [inline]
template<class T>
const T& QValueList< T >::first ( ) const [inline]
template<class T>
T& QValueList< T >::first ( ) [inline]
template<class T>
const_iterator QValueList< T >::fromLast ( ) const [inline]
template<class T>
iterator QValueList< T >::fromLast ( ) [inline]
template<class T>
const_iterator QValueList< T >::fromLast ( ) const [inline]
template<class T>
iterator QValueList< T >::fromLast ( ) [inline]
template<class T>
reference QValueList< T >::front ( ) [inline]
template<class T>
const_reference QValueList< T >::front ( ) const [inline]
template<class T>
reference QValueList< T >::front ( ) [inline]
template<class T>
const_reference QValueList< T >::front ( ) const [inline]
template<class T>
iterator QValueList< T >::insert ( iterator  it,
const T &  x 
) [inline]
template<class T>
void QValueList< T >::insert ( iterator  pos,
size_type  n,
const T &  x 
)
template<class T>
iterator QValueList< T >::insert ( iterator  it,
const T &  x 
) [inline]
template<class T>
void QValueList< T >::insert ( iterator  pos,
size_type  n,
const T &  x 
)
template<class T>
bool QValueList< T >::isEmpty ( void  ) const [inline]
template<class T>
bool QValueList< T >::isEmpty ( void  ) const [inline]
template<class T>
const T& QValueList< T >::last ( ) const [inline]
template<class T>
T& QValueList< T >::last ( ) [inline]
template<class T>
const T& QValueList< T >::last ( ) const [inline]
template<class T>
T& QValueList< T >::last ( ) [inline]
template<class T>
bool QValueList< T >::operator!= ( const QValueList< T > &  l) const [inline]
template<class T>
bool QValueList< T >::operator!= ( const QValueList< T > &  l) const [inline]
template<class T>
Q_INLINE_TEMPLATES QValueList< T > QValueList< T >::operator+ ( const QValueList< T > &  l) const
template<class T>
QValueList<T> QValueList< T >::operator+ ( const QValueList< T > &  l) const
template<class T>
QValueList<T>& QValueList< T >::operator+= ( const QValueList< T > &  l)
template<class T>
QValueList<T>& QValueList< T >::operator+= ( const T &  x) [inline]
template<class T>
QValueList<T>& QValueList< T >::operator+= ( const T &  x) [inline]
template<class T>
Q_INLINE_TEMPLATES QValueList< T > & QValueList< T >::operator+= ( const QValueList< T > &  l)
template<class T>
QValueList<T>& QValueList< T >::operator<< ( const T &  x) [inline]
template<class T>
QValueList<T>& QValueList< T >::operator<< ( const T &  x) [inline]
template<class T>
QValueList<T>& QValueList< T >::operator= ( const std::list< T > &  l) [inline]
template<class T>
QValueList<T>& QValueList< T >::operator= ( const QValueList< T > &  l) [inline]
template<class T>
QValueList<T>& QValueList< T >::operator= ( const QValueList< T > &  l) [inline]
template<class T>
QValueList<T>& QValueList< T >::operator= ( const std::list< T > &  l) [inline]
template<class T>
Q_INLINE_TEMPLATES bool QValueList< T >::operator== ( const QValueList< T > &  l) const
template<class T>
bool QValueList< T >::operator== ( const std::list< T > &  l) const [inline]
template<class T>
bool QValueList< T >::operator== ( const std::list< T > &  l) const [inline]
template<class T>
bool QValueList< T >::operator== ( const QValueList< T > &  l) const
template<class T>
const T& QValueList< T >::operator[] ( size_type  i) const [inline]
template<class T>
const T& QValueList< T >::operator[] ( size_type  i) const [inline]
template<class T>
T& QValueList< T >::operator[] ( size_type  i) [inline]
template<class T>
T& QValueList< T >::operator[] ( size_type  i) [inline]
template<class T>
void QValueList< T >::pop_back ( ) [inline]
template<class T>
void QValueList< T >::pop_back ( ) [inline]
template<class T>
void QValueList< T >::pop_front ( ) [inline]
template<class T>
void QValueList< T >::pop_front ( ) [inline]
template<class T>
iterator QValueList< T >::prepend ( const T &  x) [inline]
template<class T>
iterator QValueList< T >::prepend ( const T &  x) [inline]
template<class T>
void QValueList< T >::push_back ( const T &  x) [inline]
template<class T>
void QValueList< T >::push_back ( const T &  x) [inline]
template<class T>
void QValueList< T >::push_front ( const T &  x) [inline]
template<class T>
void QValueList< T >::push_front ( const T &  x) [inline]
template<class T>
uint QValueList< T >::remove ( const T &  x) [inline]
template<class T>
iterator QValueList< T >::remove ( iterator  it) [inline]
template<class T>
iterator QValueList< T >::remove ( iterator  it) [inline]
template<class T>
uint QValueList< T >::remove ( const T &  x) [inline]
template<class T>
size_type QValueList< T >::size ( ) const [inline]
template<class T>
size_type QValueList< T >::size ( ) const [inline]

Documentación de las funciones relacionadas y clases amigas

template<class T>
friend class QDeepCopy< QValueList< T > > [friend]

Documentación de los datos miembro

template<class T>
QValueListPrivate< T > * QValueList< T >::sh [protected]

Variables


La documentación para esta clase fue generada a partir de los siguientes ficheros:
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'