Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
SubArray Struct Reference

#include <symbols.h>

Collaboration diagram for SubArray:

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

Detailed Description

Definition at line 17 of file symbols.h.

Constructor & Destructor Documentation

◆ SubArray() [1/4]

SubArray::SubArray ( )
inlinedefault

◆ SubArray() [2/4]

SubArray::SubArray ( const QByteArray & a)
inline

Definition at line 20 of file symbols.h.

◆ SubArray() [3/4]

SubArray::SubArray ( const char * s)
inline

Definition at line 21 of file symbols.h.

◆ SubArray() [4/4]

SubArray::SubArray ( const QByteArray & a,
qsizetype from,
qsizetype len )
inline

Definition at line 22 of file symbols.h.

References SubArray().

Referenced by SubArray().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Function Documentation

◆ operator==()

bool SubArray::operator== ( const SubArray & other) const
inline

Definition at line 29 of file symbols.h.

Member Data Documentation

◆ array

QByteArray SubArray::array

Definition at line 26 of file symbols.h.

◆ from

qsizetype SubArray::from = 0

Definition at line 27 of file symbols.h.

◆ len

qsizetype SubArray::len = -1

Definition at line 28 of file symbols.h.


The documentation for this struct was generated from the following file: