Eneboo - Documentación para desarrolladores
|
#include <qvaluevector.h>
Tipos públicos | |
typedef T | value_type |
typedef T * | pointer |
typedef T | value_type |
typedef T * | pointer |
Métodos públicos | |
QValueVectorPrivate () | |
QValueVectorPrivate (const QValueVectorPrivate< T > &x) | |
QValueVectorPrivate (size_t size) | |
void | derefAndDelete () |
~QValueVectorPrivate () | |
size_t | size () const |
bool | empty () const |
size_t | capacity () const |
void | insert (pointer pos, const T &x) |
void | insert (pointer pos, size_t n, const T &x) |
void | reserve (size_t n) |
void | clear () |
QValueVectorPrivate () | |
QValueVectorPrivate (const QValueVectorPrivate< T > &x) | |
QValueVectorPrivate (size_t size) | |
void | derefAndDelete () |
~QValueVectorPrivate () | |
size_t | size () const |
bool | empty () const |
size_t | capacity () const |
void | insert (pointer pos, const T &x) |
void | insert (pointer pos, size_t n, const T &x) |
void | reserve (size_t n) |
void | clear () |
Atributos públicos | |
pointer | start |
pointer | finish |
pointer | end |
typedef T* QValueVectorPrivate< T >::pointer |
typedef T* QValueVectorPrivate< T >::pointer |
typedef T QValueVectorPrivate< T >::value_type |
typedef T QValueVectorPrivate< T >::value_type |
QValueVectorPrivate< T >::QValueVectorPrivate | ( | ) | [inline] |
Q_INLINE_TEMPLATES QValueVectorPrivate< T >::QValueVectorPrivate | ( | const QValueVectorPrivate< T > & | x | ) |
Q_INLINE_TEMPLATES QValueVectorPrivate< T >::QValueVectorPrivate | ( | size_t | size | ) |
QValueVectorPrivate< T >::~QValueVectorPrivate | ( | ) | [inline] |
QValueVectorPrivate< T >::QValueVectorPrivate | ( | ) | [inline] |
QValueVectorPrivate< T >::QValueVectorPrivate | ( | const QValueVectorPrivate< T > & | x | ) |
QValueVectorPrivate< T >::QValueVectorPrivate | ( | size_t | size | ) |
QValueVectorPrivate< T >::~QValueVectorPrivate | ( | ) | [inline] |
size_t QValueVectorPrivate< T >::capacity | ( | ) | const [inline] |
size_t QValueVectorPrivate< T >::capacity | ( | ) | const [inline] |
void QValueVectorPrivate< T >::clear | ( | void | ) | [inline] |
void QValueVectorPrivate< T >::clear | ( | void | ) | [inline] |
void QValueVectorPrivate< T >::derefAndDelete | ( | ) | [inline] |
void QValueVectorPrivate< T >::derefAndDelete | ( | ) | [inline] |
bool QValueVectorPrivate< T >::empty | ( | ) | const [inline] |
bool QValueVectorPrivate< T >::empty | ( | ) | const [inline] |
void QValueVectorPrivate< T >::insert | ( | pointer | pos, |
const T & | x | ||
) |
Q_INLINE_TEMPLATES void QValueVectorPrivate< T >::insert | ( | pointer | pos, |
const T & | x | ||
) |
void QValueVectorPrivate< T >::insert | ( | pointer | pos, |
size_t | n, | ||
const T & | x | ||
) |
Q_INLINE_TEMPLATES void QValueVectorPrivate< T >::insert | ( | pointer | pos, |
size_t | n, | ||
const T & | x | ||
) |
Q_INLINE_TEMPLATES void QValueVectorPrivate< T >::reserve | ( | size_t | n | ) |
void QValueVectorPrivate< T >::reserve | ( | size_t | n | ) |
size_t QValueVectorPrivate< T >::size | ( | ) | const [inline] |
size_t QValueVectorPrivate< T >::size | ( | ) | const [inline] |
pointer QValueVectorPrivate< T >::end |
pointer QValueVectorPrivate< T >::finish |
pointer QValueVectorPrivate< T >::start |