|
|
- includes:
- - <array>
- - <span>
- namespace: db
- classes:
- -
- name: database
- attributes:
- -
- name: metadata
- start: 0
- out_type: std::array<uint8_t, 4096>
- -
- name: record_cnt
- start: 0
- out_type: uint64_t
- repeats:
- -
- name: record_list
- start: 4096
- out_type: std::array<uint8_t, 64>
- count_name: record_cnt
-
-
|