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
src_corelib_tools_qbitarray.cpp File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

Go to the source code of this file.

Functions

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

Variables

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

Function Documentation

◆ ba() [1/3]

QBitArray ba ( 3 )

[1]

[2]

◆ ba() [2/3]

QBitArray ba ( 4 )

[14]

[15]

◆ ba() [3/3]

QBitArray ba ( 8 )

[5]

[6]

◆ fill() [1/5]

ba fill ( false ,
2  )

◆ fill() [2/5]

◆ fill() [3/5]

ba fill ( true ,
1 ,
2  )

◆ fill() [4/5]

ba fill ( true ,
1 ,
3  )

◆ fill() [5/5]

ba fill ( true ,
1 ,
4  )

◆ QBitArray() [1/3]

QBitArray ( )

[3]

[4]

[5]

Referenced by QBitArray::fill(), and initializeMinorCaches().

+ Here is the caller graph for this function:

◆ QBitArray() [2/3]

QBitArray ( 0 )

◆ QBitArray() [3/3]

QBitArray ( 3 )

◆ resize()

ba resize ( 3 )

◆ setBit() [1/5]

ba setBit ( 0 ,
true  )

Referenced by QV4::MemorySegment::allocate(), and QBitArray::setBit().

+ Here is the caller graph for this function:

◆ setBit() [2/5]

ba setBit ( 1 ,
false  )

◆ setBit() [3/5]

ba setBit ( 2 ,
true  )

◆ setBit() [4/5]

x setBit ( 3 ,
true  )

◆ setBit() [5/5]

y setBit ( 4 ,
true  )

Variable Documentation

◆ a

a[2] ( 3 ) = false

[6]

[9]

[7]

[8]

[10]

[11]

[12]

[13]

[14]

Definition at line 71 of file src_corelib_tools_qbitarray.cpp.

◆ b

b[1] ( 2 ) = 1

Definition at line 81 of file src_corelib_tools_qbitarray.cpp.

◆ ba

QBitArray ba(4) ( 200 ) = true

[0]

[14]

[5]

[1]

[2]

[6]

[15]

Definition at line 10 of file src_corelib_tools_qbitarray.cpp.

◆ c

c = a & b

Definition at line 115 of file src_corelib_tools_qbitarray.cpp.

◆ x

x ( 5 ) = y

[2]

[3]

Definition at line 35 of file src_corelib_tools_qbitarray.cpp.

◆ y

QBitArray y(5) ( 5 )