class Novika::FrozenBlock::Friends

Overview

Holds the information about the block's friends, in case it has some.

Defined in:

novika/image.cr

Constant Summary

ENDIAN = ["big"]

Holds the information about the block's friends, in case it has some.

KLASS_NAME = [Novika::FrozenBlock::Friends]

Holds the information about the block's friends, in case it has some.

PARTS = [{type: "basic", name: count, cls: UInt64, onlyif: nil, verify: nil, value: -> do refs.size end}, {type: "array", name: refs, cls: BlockRefSnapshot, onlyif: nil, verify: nil, length: -> do count end, value: nil}] of Nil

Holds the information about the block's friends, in case it has some.

REMAINING = [] of Nil

Holds the information about the block's friends, in case it has some.

Class Method Summary

Macro Summary

Instance Method Summary

Class Method Detail

def self.bit_fields #

Holds the information about the block's friends, in case it has some.


Macro Detail

macro novika_block_ref_snapshot(name, onlyif = nil, verify = nil, value = nil) #

Holds the information about the block's friends, in case it has some.


macro novika_boolean_snapshot(name, onlyif = nil, verify = nil, value = nil) #

Holds the information about the block's friends, in case it has some.


macro novika_builtin_snapshot(name, onlyif = nil, verify = nil, value = nil) #

Holds the information about the block's friends, in case it has some.


macro novika_byteslice_snapshot(name, onlyif = nil, verify = nil, value = nil) #

Holds the information about the block's friends, in case it has some.


macro novika_color_snapshot(name, onlyif = nil, verify = nil, value = nil) #

Holds the information about the block's friends, in case it has some.


macro novika_frozen_block(name, onlyif = nil, verify = nil, value = nil) #

Holds the information about the block's friends, in case it has some.


macro novika_frozen_block_dict(name, onlyif = nil, verify = nil, value = nil) #

Holds the information about the block's friends, in case it has some.


macro novika_frozen_block_friends(name, onlyif = nil, verify = nil, value = nil) #

Holds the information about the block's friends, in case it has some.


macro novika_frozen_block_tape(name, onlyif = nil, verify = nil, value = nil) #

Holds the information about the block's friends, in case it has some.


macro novika_frozen_entry(name, onlyif = nil, verify = nil, value = nil) #

Holds the information about the block's friends, in case it has some.


macro novika_large_decimal_snapshot(name, onlyif = nil, verify = nil, value = nil) #

Holds the information about the block's friends, in case it has some.


macro novika_quote_snapshot(name, onlyif = nil, verify = nil, value = nil) #

Holds the information about the block's friends, in case it has some.


macro novika_quoted_word_snapshot(name, onlyif = nil, verify = nil, value = nil) #

Holds the information about the block's friends, in case it has some.


macro novika_small_decimal_snapshot(name, onlyif = nil, verify = nil, value = nil) #

Holds the information about the block's friends, in case it has some.


macro novika_snapshot(name, onlyif = nil, verify = nil, value = nil) #

Holds the information about the block's friends, in case it has some.


macro novika_typed_snapshot(name, onlyif = nil, verify = nil, value = nil) #

Holds the information about the block's friends, in case it has some.


macro novika_word_snapshot(name, onlyif = nil, verify = nil, value = nil) #

Holds the information about the block's friends, in case it has some.


Instance Method Detail

def __format__ : IO::ByteFormat #

def count : UInt64 #

Holds the amount of block friends.


def count=(count : UInt64) #

Holds the amount of block friends.


def parent #

Group fields might need access to data in the parent


def parent=(parent : Novika::FrozenBlock | Nil) #

Group fields might need access to data in the parent


def refs : Array(BlockRefSnapshot) #

Holds references to block friends.


def refs=(refs : Array(BlockRefSnapshot)) #

Holds references to block friends.