Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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 18 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 21 of file symbols.h.

◆ SubArray() [3/4]

SubArray::SubArray ( const char * s)
inline

Definition at line 22 of file symbols.h.

◆ SubArray() [4/4]

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

Definition at line 23 of file symbols.h.

Member Function Documentation

◆ operator==()

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

Definition at line 30 of file symbols.h.

References begin(), from, len, and other().

+ Here is the call graph for this function:

Member Data Documentation

◆ array

QByteArray SubArray::array

Definition at line 27 of file symbols.h.

◆ from

qsizetype SubArray::from = 0

Definition at line 28 of file symbols.h.

Referenced by operator==().

◆ len

qsizetype SubArray::len = -1

Definition at line 29 of file symbols.h.

Referenced by operator==().


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