Eneboo - Documentación para desarrolladores
|
#include <qvaluevector.h>
typedef const value_type* QValueVector< T >::const_iterator |
typedef const value_type* QValueVector< T >::const_iterator |
typedef const value_type* QValueVector< T >::const_pointer |
typedef const value_type* QValueVector< T >::const_pointer |
typedef const value_type& QValueVector< T >::const_reference |
typedef const value_type& QValueVector< T >::const_reference |
typedef const ValueType* QValueVector< T >::ConstIterator |
typedef const ValueType* QValueVector< T >::ConstIterator |
typedef ptrdiff_t QValueVector< T >::difference_type |
typedef ptrdiff_t QValueVector< T >::difference_type |
typedef ValueType* QValueVector< T >::Iterator |
typedef value_type* QValueVector< T >::iterator |
typedef value_type* QValueVector< T >::iterator |
typedef ValueType* QValueVector< T >::Iterator |
typedef value_type* QValueVector< T >::pointer |
typedef value_type* QValueVector< T >::pointer |
typedef value_type& QValueVector< T >::reference |
typedef value_type& QValueVector< T >::reference |
typedef size_t QValueVector< T >::size_type |
typedef size_t QValueVector< T >::size_type |
typedef T QValueVector< T >::value_type |
typedef T QValueVector< T >::value_type |
typedef T QValueVector< T >::ValueType |
typedef T QValueVector< T >::ValueType |
QValueVector< T >::QValueVector | ( | ) | [inline] |
QValueVector< T >::QValueVector | ( | const QValueVector< T > & | v | ) | [inline] |
Q_INLINE_TEMPLATES QValueVector< T >::QValueVector | ( | size_type | n, |
const T & | val = T() |
||
) |
QValueVector< T >::QValueVector | ( | std::vector< T > & | v | ) | [inline] |
QValueVector< T >::QValueVector | ( | const std::vector< T > & | v | ) | [inline] |
QValueVector< T >::~QValueVector | ( | ) | [inline] |
QValueVector< T >::QValueVector | ( | ) | [inline] |
QValueVector< T >::QValueVector | ( | const QValueVector< T > & | v | ) | [inline] |
QValueVector< T >::QValueVector | ( | size_type | n, |
const T & | val = T() |
||
) |
QValueVector< T >::QValueVector | ( | std::vector< T > & | v | ) | [inline] |
QValueVector< T >::QValueVector | ( | const std::vector< T > & | v | ) | [inline] |
QValueVector< T >::~QValueVector | ( | ) | [inline] |
void QValueVector< T >::append | ( | const T & | x | ) | [inline] |
void QValueVector< T >::append | ( | const T & | x | ) | [inline] |
reference QValueVector< T >::at | ( | size_type | i, |
bool * | ok = 0 |
||
) | [inline] |
const_reference QValueVector< T >::at | ( | size_type | i, |
bool * | ok = 0 |
||
) | const [inline] |
reference QValueVector< T >::at | ( | size_type | i, |
bool * | ok = 0 |
||
) | [inline] |
const_reference QValueVector< T >::at | ( | size_type | i, |
bool * | ok = 0 |
||
) | const [inline] |
reference QValueVector< T >::back | ( | ) | [inline] |
const_reference QValueVector< T >::back | ( | ) | const [inline] |
reference QValueVector< T >::back | ( | ) | [inline] |
const_reference QValueVector< T >::back | ( | ) | const [inline] |
iterator QValueVector< T >::begin | ( | ) | [inline] |
const_iterator QValueVector< T >::begin | ( | ) | const [inline] |
iterator QValueVector< T >::begin | ( | ) | [inline] |
const_iterator QValueVector< T >::begin | ( | ) | const [inline] |
size_type QValueVector< T >::capacity | ( | ) | const [inline] |
size_type QValueVector< T >::capacity | ( | ) | const [inline] |
void QValueVector< T >::clear | ( | void | ) | [inline] |
void QValueVector< T >::clear | ( | void | ) | [inline] |
const_iterator QValueVector< T >::constBegin | ( | ) | const [inline] |
const_iterator QValueVector< T >::constBegin | ( | ) | const [inline] |
const_iterator QValueVector< T >::constEnd | ( | ) | const [inline] |
const_iterator QValueVector< T >::constEnd | ( | ) | const [inline] |
size_type QValueVector< T >::count | ( | ) | const [inline] |
size_type QValueVector< T >::count | ( | ) | const [inline] |
void QValueVector< T >::detach | ( | ) | [inline, protected] |
void QValueVector< T >::detach | ( | ) | [inline, protected] |
void QValueVector< T >::detachInternal | ( | ) | [protected] |
Q_INLINE_TEMPLATES void QValueVector< T >::detachInternal | ( | ) | [protected] |
bool QValueVector< T >::empty | ( | ) | const [inline] |
bool QValueVector< T >::empty | ( | ) | const [inline] |
iterator QValueVector< T >::end | ( | ) | [inline] |
const_iterator QValueVector< T >::end | ( | ) | const [inline] |
const_iterator QValueVector< T >::end | ( | ) | const [inline] |
iterator QValueVector< T >::end | ( | ) | [inline] |
iterator QValueVector< T >::erase | ( | iterator | pos | ) | [inline] |
iterator QValueVector< T >::erase | ( | iterator | first, |
iterator | last | ||
) | [inline] |
iterator QValueVector< T >::erase | ( | iterator | pos | ) | [inline] |
iterator QValueVector< T >::erase | ( | iterator | first, |
iterator | last | ||
) | [inline] |
const_reference QValueVector< T >::first | ( | ) | const [inline] |
const_reference QValueVector< T >::first | ( | ) | const [inline] |
reference QValueVector< T >::first | ( | ) | [inline] |
reference QValueVector< T >::first | ( | ) | [inline] |
reference QValueVector< T >::front | ( | ) | [inline] |
const_reference QValueVector< T >::front | ( | ) | const [inline] |
reference QValueVector< T >::front | ( | ) | [inline] |
const_reference QValueVector< T >::front | ( | ) | const [inline] |
Q_INLINE_TEMPLATES Q_TYPENAME QValueVector< T >::iterator QValueVector< T >::insert | ( | iterator | pos, |
const T & | x | ||
) |
Q_INLINE_TEMPLATES Q_TYPENAME QValueVector< T >::iterator QValueVector< T >::insert | ( | iterator | pos, |
size_type | n, | ||
const T & | x | ||
) |
iterator QValueVector< T >::insert | ( | iterator | pos, |
const T & | x | ||
) |
iterator QValueVector< T >::insert | ( | iterator | pos, |
size_type | n, | ||
const T & | x | ||
) |
bool QValueVector< T >::isEmpty | ( | void | ) | const [inline] |
bool QValueVector< T >::isEmpty | ( | void | ) | const [inline] |
reference QValueVector< T >::last | ( | ) | [inline] |
const_reference QValueVector< T >::last | ( | ) | const [inline] |
const_reference QValueVector< T >::last | ( | ) | const [inline] |
reference QValueVector< T >::last | ( | ) | [inline] |
QValueVector<T>& QValueVector< T >::operator= | ( | const std::vector< T > & | v | ) | [inline] |
QValueVector<T>& QValueVector< T >::operator= | ( | const QValueVector< T > & | v | ) | [inline] |
QValueVector<T>& QValueVector< T >::operator= | ( | const std::vector< T > & | v | ) | [inline] |
QValueVector<T>& QValueVector< T >::operator= | ( | const QValueVector< T > & | v | ) | [inline] |
bool QValueVector< T >::operator== | ( | const QValueVector< T > & | x | ) | [inline] |
bool QValueVector< T >::operator== | ( | const QValueVector< T > & | x | ) | [inline] |
bool QValueVector< T >::operator== | ( | const QValueVector< T > & | x | ) | const [inline] |
bool QValueVector< T >::operator== | ( | const QValueVector< T > & | x | ) | const [inline] |
const_reference QValueVector< T >::operator[] | ( | size_type | i | ) | const [inline] |
reference QValueVector< T >::operator[] | ( | size_type | i | ) | [inline] |
const_reference QValueVector< T >::operator[] | ( | size_type | i | ) | const [inline] |
reference QValueVector< T >::operator[] | ( | size_type | i | ) | [inline] |
void QValueVector< T >::pop_back | ( | ) | [inline] |
void QValueVector< T >::pop_back | ( | ) | [inline] |
void QValueVector< T >::push_back | ( | const T & | x | ) | [inline] |
void QValueVector< T >::push_back | ( | const T & | x | ) | [inline] |
void QValueVector< T >::reserve | ( | size_type | n | ) | [inline] |
void QValueVector< T >::reserve | ( | size_type | n | ) | [inline] |
void QValueVector< T >::resize | ( | size_type | n, |
const T & | val = T() |
||
) | [inline] |
void QValueVector< T >::resize | ( | size_type | n, |
const T & | val = T() |
||
) | [inline] |
size_type QValueVector< T >::size | ( | ) | const [inline] |
size_type QValueVector< T >::size | ( | ) | const [inline] |
friend class QDeepCopy< QValueVector< T > > [friend] |
QValueVectorPrivate< T > * QValueVector< T >::sh [protected] |