class Novika::QuoteSnapshot
- Novika::QuoteSnapshot
- Novika::Snapshot
- BinData
- Reference
- Object
Overview
Snapshot of a quote form, stored as bytesize followed by
content. The latter is due to the fact that \0
is a
valid content character in quotes.
Its type is SnapshotType::Quote
.
Defined in:
novika/image.crConstant Summary
-
ENDIAN =
["big"]
-
Snapshot of a quote form, stored as bytesize followed by content. The latter is due to the fact that
\0
is a valid content character in quotes.Its type is
SnapshotType::Quote
. -
KLASS_NAME =
[Novika::QuoteSnapshot]
-
Snapshot of a quote form, stored as bytesize followed by content. The latter is due to the fact that
\0
is a valid content character in quotes.Its type is
SnapshotType::Quote
. -
PARTS =
[{type: "basic", name: bytesize, cls: UInt64, onlyif: nil, verify: nil, value: -> do content.bytesize end}, {type: "string", name: content, cls: String, onlyif: nil, verify: nil, length: -> do bytesize end, value: nil, encoding: nil}] of Nil
-
Snapshot of a quote form, stored as bytesize followed by content. The latter is due to the fact that
\0
is a valid content character in quotes.Its type is
SnapshotType::Quote
. -
REMAINING =
[] of Nil
-
Snapshot of a quote form, stored as bytesize followed by content. The latter is due to the fact that
\0
is a valid content character in quotes.Its type is
SnapshotType::Quote
.
Constructors
Class Method Summary
-
.bit_fields
Snapshot of a quote form, stored as bytesize followed by content.
Instance Method Summary
- #__format__ : IO::ByteFormat
-
#bytesize : UInt64
Holds the size of quote content, in bytes.
-
#bytesize=(bytesize : UInt64)
Holds the size of quote content, in bytes.
-
#content : String
Holds the content string.
-
#content=(content : String)
Holds the content string.
- #to_form(assembler)
Macro Summary
-
novika_block_ref_snapshot(name, onlyif = nil, verify = nil, value = nil)
Snapshot of a quote form, stored as bytesize followed by content.
-
novika_boolean_snapshot(name, onlyif = nil, verify = nil, value = nil)
Snapshot of a quote form, stored as bytesize followed by content.
-
novika_color_snapshot(name, onlyif = nil, verify = nil, value = nil)
Snapshot of a quote form, stored as bytesize followed by content.
-
novika_large_decimal_snapshot(name, onlyif = nil, verify = nil, value = nil)
Snapshot of a quote form, stored as bytesize followed by content.
-
novika_quote_snapshot(name, onlyif = nil, verify = nil, value = nil)
Snapshot of a quote form, stored as bytesize followed by content.
-
novika_small_decimal_snapshot(name, onlyif = nil, verify = nil, value = nil)
Snapshot of a quote form, stored as bytesize followed by content.
-
novika_snapshot(name, onlyif = nil, verify = nil, value = nil)
Snapshot of a quote form, stored as bytesize followed by content.
Instance methods inherited from class Novika::Snapshot
to_form(assembler : BlockAssembler)
to_form
Class methods inherited from class Novika::Snapshot
bit_fields
bit_fields
Constructor Detail
Class Method Detail
Snapshot of a quote form, stored as bytesize followed by
content. The latter is due to the fact that \0
is a
valid content character in quotes.
Its type is SnapshotType::Quote
.
Instance Method Detail
Macro Detail
Snapshot of a quote form, stored as bytesize followed by
content. The latter is due to the fact that \0
is a
valid content character in quotes.
Its type is SnapshotType::Quote
.
Snapshot of a quote form, stored as bytesize followed by
content. The latter is due to the fact that \0
is a
valid content character in quotes.
Its type is SnapshotType::Quote
.
Snapshot of a quote form, stored as bytesize followed by
content. The latter is due to the fact that \0
is a
valid content character in quotes.
Its type is SnapshotType::Quote
.
Snapshot of a quote form, stored as bytesize followed by
content. The latter is due to the fact that \0
is a
valid content character in quotes.
Its type is SnapshotType::Quote
.
Snapshot of a quote form, stored as bytesize followed by
content. The latter is due to the fact that \0
is a
valid content character in quotes.
Its type is SnapshotType::Quote
.
Snapshot of a quote form, stored as bytesize followed by
content. The latter is due to the fact that \0
is a
valid content character in quotes.
Its type is SnapshotType::Quote
.
Snapshot of a quote form, stored as bytesize followed by
content. The latter is due to the fact that \0
is a
valid content character in quotes.
Its type is SnapshotType::Quote
.