QtBase  v6.3.1
Functions | Variables
src_corelib_tools_qbitarray.cpp File Reference

Go to the source code of this file.

Functions

ba resize (3)
 
QBitArray ba (3)
 [1] More...
 
ba setBit (0, true)
 
ba setBit (1, false)
 
ba setBit (2, true)
 
x setBit (3, true)
 
y setBit (4, true)
 
 QBitArray ().isNull()
 [3] More...
 
 QBitArray (0).isNull()
 
 QBitArray (3).isNull()
 
QBitArray ba (8)
 [5] More...
 
ba fill (true)
 
ba fill (false, 2)
 
QBitArray ba (4)
 [14] More...
 
ba fill (true, 1, 2)
 
ba fill (true, 1, 3)
 
ba fill (true, 1, 4)
 

Variables

QBitArray ba (200) = true
 [0] More...
 
QBitArray x (5) = y
 [2] More...
 
QBitArray y (5)
 
QBitArray a (3) = false
 [6] More...
 
QBitArray b (2) = 1
 
QBitArray c = a & b
 

Function Documentation

◆ ba() [1/3]

QBitArray ba ( )

[1]

[2]

◆ ba() [2/3]

QBitArray ba ( )

[14]

[15]

◆ ba() [3/3]

QBitArray ba ( )

[5]

[6]

◆ fill() [1/5]

ba fill ( false  ,
 
)

◆ fill() [2/5]

ba fill ( true  )
Here is the caller graph for this function:

◆ fill() [3/5]

ba fill ( true  ,
,
 
)

◆ fill() [4/5]

ba fill ( true  ,
,
 
)

◆ fill() [5/5]

ba fill ( true  ,
,
 
)

◆ QBitArray() [1/3]

QBitArray ( )

[3]

[4]

[5]

Definition at line 149 of file qbitarray.h.

Here is the caller graph for this function:

◆ QBitArray() [2/3]

QBitArray ( )

◆ QBitArray() [3/3]

QBitArray ( )

◆ resize()

ba resize ( )

◆ setBit() [1/5]

ba setBit ( ,
true   
)

◆ setBit() [2/5]

ba setBit ( ,
false   
)

◆ setBit() [3/5]

ba setBit ( ,
true   
)

◆ setBit() [4/5]

x setBit ( ,
true   
)

◆ setBit() [5/5]

y setBit ( ,
true   
)

Variable Documentation

◆ a

a[2] ( ) = false

[6]

[9]

[7]

[8]

[10]

[11]

[12]

[13]

[14]

Definition at line 118 of file src_corelib_tools_qbitarray.cpp.

◆ b

b[1] ( ) = 1

Definition at line 128 of file src_corelib_tools_qbitarray.cpp.

◆ ba

QBitArray ba(4) ( 200  ) = true

[0]

[14]

[5]

[1]

[2]

[6]

[15]

Definition at line 57 of file src_corelib_tools_qbitarray.cpp.

◆ c

c = a & b

Definition at line 162 of file src_corelib_tools_qbitarray.cpp.

◆ x

x ( ) = y

[2]

[3]

Definition at line 82 of file src_corelib_tools_qbitarray.cpp.

◆ y

QBitArray y(5) ( )