C
QSafeByteArray Class
class SafeRenderer::QSafeByteArrayThe QSafeBitmapBuffer class holds the byte array. More...
Header: | #include <QSafeByteArray> |
Since: | QtSafeRenderer 1.2 |
Public Functions
SafeRenderer::quint32 | readUInt32ValueConst(const size_t offsetInWords) const |
Detailed Description
The QSafeBitmapBuffer holds the bytearray. Provides methods for reading an unsigned integer value from a data array.
Member Function Documentation
SafeRenderer::quint32 QSafeByteArray::readUInt32ValueConst(const size_t offsetInWords) const
Reads and converts 32-bit data length of the unsigned interger at offsetInWords. It is safe to read from an unaligned memory. Returns the value at beforementioned point in memory.
Available under certain Qt licenses.
Find out more.