|
|
| halp_meta (layout, halp::layouts::tabs) halp_flag(hide_tabs) |
| |
|
|
struct { | |
| |
|
halp::layouts::vbox halp::label types {.text = "Strict UTF-8 JSON: int32, finite float32."} | |
| |
|
halp::label values {.text = "null = impulse; arrays = lists; ordered maps."} | |
| |
|
halp::label limits {.text = "8 MiB, 65536 values/keys, 64 containers."} | |
| |
| } | json | |
| |
|
struct { | |
| |
|
halp::layouts::vbox halp::label types {.text = "JSON-compatible CBOR: int32, finite float32."} | |
| |
|
halp::label keys {.text = "UTF-8 text keys; no tags, byte strings or undefined."} | |
| |
|
halp::label values {.text = "null = impulse; arrays = lists; ordered maps."} | |
| |
|
halp::label limits {.text = "8 MiB, 65536 values/keys, 64 containers."} | |
| |
| } | cbor | |
| |
|
struct { | |
| |
|
halp::layouts::vbox halp::item<&ins::text_style > style | |
| |
|
halp::item<&ins::text_type > type | |
| |
|
halp::item<&ins::delimiter > delimiter | |
| |
|
halp::item<&ins::line_ending > ending | |
| |
| } | text | |
| |
|
struct { | |
| |
|
halp::layouts::vbox halp::item<&ins::byte_order > order | |
| |
|
halp::item<&ins::binary_mode > mode | |
| |
|
halp::item<&ins::scalar_type > scalar | |
| |
|
halp::item<&ins::layout > format_text | |
| |
| } | binary | |
| |
|
|
static constexpr auto | model = &ins::format |
| |
The documentation for this struct was generated from the following file: