![]() |
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 QList< T > &data) | |
| template<qsizetype N> | |
| QSSGDataView (const QVarLengthArray< T, N > &data) | |
| QSSGDataView (const T *inData, qsizetype inSize) | |
| constexpr | QSSGDataView () |
| qsizetype | size () const |
| const T * | begin () const |
| const T * | end () const |
| const T & | first () const |
| const T & | last () const |
| const T & | operator[] (int index) const |
| bool | isEmpty () const |
| void | clear () |
| operator const void * () | |
Public Attributes | |
| const T * | mData |
| qsizetype | mSize |
Definition at line 27 of file qssgdataref_p.h.
|
inlineexplicit |
Definition at line 32 of file qssgdataref_p.h.
|
inlineexplicit |
Definition at line 34 of file qssgdataref_p.h.
|
inline |
Definition at line 35 of file qssgdataref_p.h.
|
inlineconstexpr |
Definition at line 36 of file qssgdataref_p.h.
|
inline |
Definition at line 40 of file qssgdataref_p.h.
|
inline |
Definition at line 55 of file qssgdataref_p.h.
|
inline |
Definition at line 41 of file qssgdataref_p.h.
|
inline |
Definition at line 43 of file qssgdataref_p.h.
|
inline |
Definition at line 53 of file qssgdataref_p.h.
|
inline |
Definition at line 44 of file qssgdataref_p.h.
|
inline |
Definition at line 61 of file qssgdataref_p.h.
|
inline |
Definition at line 46 of file qssgdataref_p.h.
|
inline |
Definition at line 38 of file qssgdataref_p.h.
| const T* QSSGDataView< T >::mData |
Definition at line 29 of file qssgdataref_p.h.
| qsizetype QSSGDataView< T >::mSize |
Definition at line 30 of file qssgdataref_p.h.