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
qbitarray.h File Reference

(2606c0966669fe76300d4c818f8c05e778aacd23)

#include <QtCore/qbytearray.h>
+ Include dependency graph for qbitarray.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QBitArray
 \inmodule QtCore More...
 

Functions

class QT6_ONLY (Q_CORE_EXPORT) QBitRef
 
Q_CORE_EXPORT QDataStreamoperator<< (QDataStream &, const QBitArray &)
 
Q_CORE_EXPORT QDataStreamoperator>> (QDataStream &, QBitArray &)
 
Q_CORE_EXPORT QDebug operator<< (QDebug, const QBitArray &)
 

Function Documentation

◆ operator<<() [1/2]

Q_CORE_EXPORT QDataStream & operator<< ( QDataStream & ,
const QBitArray &  )
related

◆ operator<<() [2/2]

Q_CORE_EXPORT QDebug operator<< ( QDebug dbg,
const QBitArray & array )

Definition at line 975 of file qbitarray.cpp.

References i.

◆ operator>>()

Q_CORE_EXPORT QDataStream & operator>> ( QDataStream & ,
QBitArray &  )
related

◆ QT6_ONLY()

class QT6_ONLY ( Q_CORE_EXPORT )

Definition at line 12 of file qbitarray.h.

References a1, a2, and operator&().

+ Here is the call graph for this function: