FileTrailer
FileTrailer
Section titled “FileTrailer”#include <sbio/formats/random/randfmt.hh>struct FileTrailerDefined in src/lib/sbio/formats/random/randfmt.hh:296
List of all members
Section titled “List of all members”| Name | Kind | Owner |
|---|---|---|
idx_blk_offset |
variable |
Declared here |
magic_tail |
variable |
Declared here |
Public Attributes
Section titled “Public Attributes”| Return | Name | Description |
|---|---|---|
hd_std::uint64_t |
idx_blk_offset |
Absolute byte offset to the IndexBlock. |
char |
magic_tail |
Final magic bytes. Should read ‘SBIOTAIL’. |
idx_blk_offset
Section titled “idx_blk_offset”hd_std::uint64_t idx_blk_offsetDefined in src/lib/sbio/formats/random/randfmt.hh:297
Absolute byte offset to the IndexBlock.
magic_tail
Section titled “magic_tail”char magic_tailDefined in src/lib/sbio/formats/random/randfmt.hh:298
Final magic bytes. Should read ‘SBIOTAIL’.