IndexBlock
IndexBlock
Section titled “IndexBlock”#include <sbio/formats/random/randfmt.hh>struct IndexBlockDefined in src/lib/sbio/formats/random/randfmt.hh:176
The payload of an IndexBlock.
If the super-block offset table has been configured via appropriate flags, then immediately following the _reserved field there will be num_super_blocksIndexEntry objects before the FileTrailer. If there are no super-block offsets, then the FileTrailer will immediately follow this IndexBlock.
List of all members
Section titled “List of all members”| Name | Kind | Owner |
|---|---|---|
num_super_blocks |
variable |
Declared here |
_reserved |
variable |
Declared here |
Public Attributes
Section titled “Public Attributes”| Return | Name | Description |
|---|---|---|
hd_std::uint64_t |
num_super_blocks |
Total number of SuperBlocks (and IndexEntry as a result) |
hd_std::uint32_t |
_reserved |
Reserved for future use. |
num_super_blocks
Section titled “num_super_blocks”hd_std::uint64_t num_super_blocksDefined in src/lib/sbio/formats/random/randfmt.hh:177
Total number of SuperBlocks (and IndexEntry as a result)
_reserved
Section titled “_reserved”hd_std::uint32_t _reservedDefined in src/lib/sbio/formats/random/randfmt.hh:178
Reserved for future use.