class Novika::FrozenBlock::Dict
- Novika::FrozenBlock::Dict
- BinData
- Reference
- Object
Overview
Holds information about the block's dictionary entries, in case it has non-empty dictionary.
Defined in:
novika/image.crConstant Summary
-
ENDIAN =
["big"]
-
Holds information about the block's dictionary entries, in case it has non-empty dictionary.
-
KLASS_NAME =
[Novika::FrozenBlock::Dict]
-
Holds information about the block's dictionary entries, in case it has non-empty dictionary.
-
PARTS =
[{type: "basic", name: count, cls: UInt64, onlyif: nil, verify: nil, value: -> do entries.size end}, {type: "array", name: entries, cls: FrozenEntry, onlyif: nil, verify: nil, length: -> do count end, value: nil}] of Nil
-
Holds information about the block's dictionary entries, in case it has non-empty dictionary.
-
REMAINING =
[] of Nil
-
Holds information about the block's dictionary entries, in case it has non-empty dictionary.
Class Method Summary
-
.bit_fields
Holds information about the block's dictionary entries, in case it has non-empty dictionary.
Macro Summary
-
novika_block_ref_snapshot(name, onlyif = nil, verify = nil, value = nil)
Holds information about the block's dictionary entries, in case it has non-empty dictionary.
-
novika_boolean_snapshot(name, onlyif = nil, verify = nil, value = nil)
Holds information about the block's dictionary entries, in case it has non-empty dictionary.
-
novika_builtin_snapshot(name, onlyif = nil, verify = nil, value = nil)
Holds information about the block's dictionary entries, in case it has non-empty dictionary.
-
novika_byteslice_snapshot(name, onlyif = nil, verify = nil, value = nil)
Holds information about the block's dictionary entries, in case it has non-empty dictionary.
-
novika_color_snapshot(name, onlyif = nil, verify = nil, value = nil)
Holds information about the block's dictionary entries, in case it has non-empty dictionary.
-
novika_frozen_block(name, onlyif = nil, verify = nil, value = nil)
Holds information about the block's dictionary entries, in case it has non-empty dictionary.
-
novika_frozen_block_dict(name, onlyif = nil, verify = nil, value = nil)
Holds information about the block's dictionary entries, in case it has non-empty dictionary.
-
novika_frozen_block_tape(name, onlyif = nil, verify = nil, value = nil)
Holds information about the block's dictionary entries, in case it has non-empty dictionary.
-
novika_frozen_entry(name, onlyif = nil, verify = nil, value = nil)
Holds information about the block's dictionary entries, in case it has non-empty dictionary.
-
novika_large_decimal_snapshot(name, onlyif = nil, verify = nil, value = nil)
Holds information about the block's dictionary entries, in case it has non-empty dictionary.
-
novika_quote_snapshot(name, onlyif = nil, verify = nil, value = nil)
Holds information about the block's dictionary entries, in case it has non-empty dictionary.
-
novika_quoted_word_snapshot(name, onlyif = nil, verify = nil, value = nil)
Holds information about the block's dictionary entries, in case it has non-empty dictionary.
-
novika_small_decimal_snapshot(name, onlyif = nil, verify = nil, value = nil)
Holds information about the block's dictionary entries, in case it has non-empty dictionary.
-
novika_snapshot(name, onlyif = nil, verify = nil, value = nil)
Holds information about the block's dictionary entries, in case it has non-empty dictionary.
-
novika_typed_snapshot(name, onlyif = nil, verify = nil, value = nil)
Holds information about the block's dictionary entries, in case it has non-empty dictionary.
-
novika_word_snapshot(name, onlyif = nil, verify = nil, value = nil)
Holds information about the block's dictionary entries, in case it has non-empty dictionary.
Instance Method Summary
- #__format__ : IO::ByteFormat
-
#count : UInt64
Holds the amount of dictionary entries.
-
#count=(count : UInt64)
Holds the amount of dictionary entries.
-
#entries : Array(FrozenEntry)
Holds dictionary entries.
-
#entries=(entries : Array(FrozenEntry))
Holds dictionary entries.
-
#parent
Group fields might need access to data in the parent
-
#parent=(parent : Novika::FrozenBlock | Nil)
Group fields might need access to data in the parent
Class Method Detail
Holds information about the block's dictionary entries, in case it has non-empty dictionary.
Macro Detail
Holds information about the block's dictionary entries, in case it has non-empty dictionary.
Holds information about the block's dictionary entries, in case it has non-empty dictionary.
Holds information about the block's dictionary entries, in case it has non-empty dictionary.
Holds information about the block's dictionary entries, in case it has non-empty dictionary.
Holds information about the block's dictionary entries, in case it has non-empty dictionary.
Holds information about the block's dictionary entries, in case it has non-empty dictionary.
Holds information about the block's dictionary entries, in case it has non-empty dictionary.
Holds information about the block's dictionary entries, in case it has non-empty dictionary.
Holds information about the block's dictionary entries, in case it has non-empty dictionary.
Holds information about the block's dictionary entries, in case it has non-empty dictionary.
Holds information about the block's dictionary entries, in case it has non-empty dictionary.
Holds information about the block's dictionary entries, in case it has non-empty dictionary.
Holds information about the block's dictionary entries, in case it has non-empty dictionary.
Holds information about the block's dictionary entries, in case it has non-empty dictionary.
Holds information about the block's dictionary entries, in case it has non-empty dictionary.
Holds information about the block's dictionary entries, in case it has non-empty dictionary.
Instance Method Detail
Group fields might need access to data in the parent