Qt 6.x
The Qt SDK
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 20 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 23 of file symbols.h.

◆ SubArray() [3/4]

SubArray::SubArray ( const char *  s)
inline

Definition at line 24 of file symbols.h.

◆ SubArray() [4/4]

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

Definition at line 25 of file symbols.h.

Member Function Documentation

◆ operator==()

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

Definition at line 32 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 29 of file symbols.h.

◆ from

qsizetype SubArray::from = 0

Definition at line 30 of file symbols.h.

Referenced by operator==().

◆ len

qsizetype SubArray::len = -1

Definition at line 31 of file symbols.h.

Referenced by operator==().


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