Eneboo - Documentación para desarrolladores
|
#include <qmemarray.h>
typedef const type* QMemArray< type >::ConstIterator |
typedef const type* QMemArray< type >::ConstIterator |
QMemArray<type>& QMemArray< type >::assign | ( | const QMemArray< type > & | a | ) | [inline] |
QMemArray<type>& QMemArray< type >::assign | ( | const QMemArray< type > & | a | ) | [inline] |
Returns a pointer to the byte at offset index in the array.
Reimplementado de QGArray.
Returns a pointer to the byte at offset index in the array.
Reimplementado de QGArray.
ConstIterator QMemArray< type >::begin | ( | ) | const [inline] |
ConstIterator QMemArray< type >::begin | ( | ) | const [inline] |
Reimplementado en QPointArray y QPointArray.
Reimplementado en QPointArray y QPointArray.
Returns a pointer to the actual array data.
Reimplementado de QGArray.
Returns a pointer to the actual array data.
Reimplementado de QGArray.
Detaches this array from shared array data.
Reimplementado de QGArray.
Detaches this array from shared array data.
Reimplementado de QGArray.
QMemArray<type>& QMemArray< type >::duplicate | ( | const QMemArray< type > & | a | ) | [inline] |
QMemArray<type>& QMemArray< type >::duplicate | ( | const type * | a, |
uint | n | ||
) | [inline] |
QMemArray<type>& QMemArray< type >::duplicate | ( | const QMemArray< type > & | a | ) | [inline] |
QMemArray<type>& QMemArray< type >::duplicate | ( | const type * | a, |
uint | n | ||
) | [inline] |
ConstIterator QMemArray< type >::end | ( | ) | const [inline] |
ConstIterator QMemArray< type >::end | ( | ) | const [inline] |
Returns the reference count.
Reimplementado de QGArray.
Returns the reference count.
Reimplementado de QGArray.
bool QMemArray< type >::operator!= | ( | const QMemArray< type > & | a | ) | const [inline] |
bool QMemArray< type >::operator!= | ( | const QMemArray< type > & | a | ) | const [inline] |
QMemArray<type>& QMemArray< type >::operator= | ( | const QMemArray< type > & | a | ) | [inline] |
QMemArray<type>& QMemArray< type >::operator= | ( | const QMemArray< type > & | a | ) | [inline] |
bool QMemArray< type >::operator== | ( | const QMemArray< type > & | a | ) | const [inline] |
bool QMemArray< type >::operator== | ( | const QMemArray< type > & | a | ) | const [inline] |
Esta es una función miembro sobrecargada que se suministra por conveniencia. Difiere de la anterior función solamente en los argumentos que acepta.
Reimplementado de QGArray.
Esta es una función miembro sobrecargada que se suministra por conveniencia. Difiere de la anterior función solamente en los argumentos que acepta.
Reimplementado de QGArray.
bool QMemArray< type >::resize | ( | uint | newsize, |
Optimization | optim | ||
) | [inline] |
bool QMemArray< type >::resize | ( | uint | newsize, |
Optimization | optim | ||
) | [inline] |
QMemArray<type>& QMemArray< type >::setRawData | ( | const type * | a, |
uint | n | ||
) | [inline] |
QMemArray<type>& QMemArray< type >::setRawData | ( | const type * | a, |
uint | n | ||
) | [inline] |
Returns the size of the array, in bytes.
Reimplementado de QGArray.
Returns the size of the array, in bytes.
Reimplementado de QGArray.
QDataStream & operator<< | ( | QDataStream & | s, |
const QByteArray & | a | ||
) | [related] |
Writes byte array a to the stream s and returns a reference to the stream.
QDataStream & operator>> | ( | QDataStream & | s, |
QByteArray & | a | ||
) | [related] |
Reads a byte array into a from the stream s and returns a reference to the stream.
Q_UINT16 qChecksum | ( | const char * | data, |
uint | len | ||
) | [related] |
Returns the CRC-16 checksum of len bytes starting at data.
The checksum is independent of the byte order (endianness).