![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <symbols.h>
Public Member Functions | |
SubArray ()=default | |
SubArray (const QByteArray &a) | |
SubArray (const char *s) | |
SubArray (const QByteArray &a, qsizetype from, qsizetype len) | |
bool | operator== (const SubArray &other) const |
Public Attributes | |
QByteArray | array |
qsizetype | from = 0 |
qsizetype | len = -1 |
|
inlinedefault |
|
inline |
|
inline |
Definition at line 22 of file symbols.h.
References SubArray().
Referenced by SubArray().
|
inline |
QByteArray SubArray::array |