class Novika::BooleanSnapshot
- Novika::BooleanSnapshot
- Novika::Snapshot
- BinData
- Reference
- Object
Overview
Snapshot of a boolean form.
Its type is SnapshotType::Boolean
.
Defined in:
novika/image.crConstant Summary
-
ENDIAN =
["big"]
-
Snapshot of a boolean form.
Its type is
SnapshotType::Boolean
. -
KLASS_NAME =
[Novika::BooleanSnapshot]
-
Snapshot of a boolean form.
Its type is
SnapshotType::Boolean
. -
PARTS =
[{type: "bitfield", name: 0, cls: Novika::BooleanSnapshot, onlyif: nil, verify: nil}] of Nil
-
Snapshot of a boolean form.
Its type is
SnapshotType::Boolean
. -
REMAINING =
[] of Nil
-
Snapshot of a boolean form.
Its type is
SnapshotType::Boolean
.
Constructors
Class Method Summary
-
.bit_fields
Snapshot of a boolean form.
Macro Summary
-
novika_block_ref_snapshot(name, onlyif = nil, verify = nil, value = nil)
Snapshot of a boolean form.
-
novika_boolean_snapshot(name, onlyif = nil, verify = nil, value = nil)
Snapshot of a boolean form.
-
novika_snapshot(name, onlyif = nil, verify = nil, value = nil)
Snapshot of a boolean form.
Instance Method Summary
- #__format__ : IO::ByteFormat
- #reserved : UInt8
- #reserved=(reserved : UInt8)
-
#state : Bool
Whether the underlying boolean is true or false.
-
#state=(state : UInt8)
Whether the underlying boolean is true or false.
-
#state=(value : Bool)
Whether the underlying boolean is true or false.
- #to_form(assembler)