![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qssgdataref_p.h>
Public Member Functions | |
| QSSGDataView (const QByteArray &data) | |
| template<typename T> | |
| QSSGDataView (const QList< T > &data) | |
| QSSGDataView (const quint8 *inData, qsizetype inSize) | |
| template<typename T> | |
| QSSGDataView (const T *inData, qsizetype inSize) | |
| constexpr | QSSGDataView () |
| qsizetype | size () const |
| bool | isEmpty () const |
| const quint8 * | begin () const |
| const quint8 * | end () const |
| const quint8 & | operator[] (int index) const |
| void | clear () |
| operator const void * () | |
| const quint8 & | first () const |
| const quint8 & | last () const |
Public Attributes | |
| const quint8 * | mData |
| qsizetype | mSize |
Definition at line 67 of file qssgdataref_p.h.
|
inlineexplicit |
Definition at line 72 of file qssgdataref_p.h.
References QSSGDataView().
Referenced by QSSGDataView().
|
inlineexplicit |
Definition at line 76 of file qssgdataref_p.h.
References QSSGDataView().
Referenced by QSSGDataView().
|
inline |
Definition at line 79 of file qssgdataref_p.h.
|
inline |
Definition at line 81 of file qssgdataref_p.h.
References QSSGDataView().
Referenced by QSSGDataView().
|
inlineconstexpr |
Definition at line 84 of file qssgdataref_p.h.
|
inline |
Definition at line 89 of file qssgdataref_p.h.
|
inline |
Definition at line 99 of file qssgdataref_p.h.
|
inline |
Definition at line 90 of file qssgdataref_p.h.
|
inline |
Definition at line 45 of file qssgdataref_p.h.
|
inline |
Definition at line 87 of file qssgdataref_p.h.
|
inline |
Definition at line 46 of file qssgdataref_p.h.
|
inline |
Definition at line 105 of file qssgdataref_p.h.
|
inline |
Definition at line 92 of file qssgdataref_p.h.
|
inline |
Definition at line 86 of file qssgdataref_p.h.
| const quint8* QSSGDataView< quint8 >::mData |
Definition at line 69 of file qssgdataref_p.h.
| qsizetype QSSGDataView< quint8 >::mSize |
Definition at line 70 of file qssgdataref_p.h.