Wasm-sqlite-open-helper
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Wasm-sqlite-open-helper
sqlite-common
/
at.released.wasm.sqlite.open.helper
/
UintBitMask
Uint
Bit
Mask
interface
UintBitMask
<
T
:
UintBitMask
<
T
>
>
(
source
)
Inheritors
SqliteOpenFlags
SqliteTraceEventCode
Members
Members & Extensions
Properties
mask
Link copied to clipboard
abstract
val
mask
:
UInt
new
Instance
Link copied to clipboard
abstract
val
newInstance
:
(
UInt
)
->
T
Functions
and
Link copied to clipboard
infix inline
fun
<
T
:
UintBitMask
<
T
>
>
UintBitMask
<
T
>
.
and
(
flags
:
UintBitMask
<
*
>
)
:
T
clear
Link copied to clipboard
infix inline
fun
<
T
:
UintBitMask
<
T
>
>
UintBitMask
<
T
>
.
clear
(
flags
:
UintBitMask
<
*
>
)
:
T
contains
Link copied to clipboard
inline
fun
UintBitMask
<
*
>
.
contains
(
flags
:
UintBitMask
<
*
>
)
:
Boolean
or
Link copied to clipboard
infix inline
fun
<
T
:
UintBitMask
<
T
>
>
UintBitMask
<
T
>
.
or
(
flags
:
UintBitMask
<
*
>
)
:
T
xor
Link copied to clipboard
infix inline
fun
<
T
:
UintBitMask
<
T
>
>
UintBitMask
<
T
>
.
xor
(
flags
:
UintBitMask
<
*
>
)
:
T