A pair of valid extents.
More...
#include "file_handle.hpp"
|
extent_type | offset {(extent_type) -1} |
| The offset of where the valid extent begins.
|
|
extent_type | length {(extent_type) -1} |
| The number of valid bytes in the valid extent.
|
|
◆ extent_pair() [1/2]
constexpr llfio_v2_xxx::file_handle::extent_pair::extent_pair |
( |
| ) |
|
|
inlineconstexpr |
◆ extent_pair() [2/2]
constexpr llfio_v2_xxx::file_handle::extent_pair::extent_pair |
( |
extent_type |
_offset, |
|
|
extent_type |
_length |
|
) |
| |
|
inlineconstexpr |
309 {
310 }
extent_type offset
The offset of where the valid extent begins.
Definition file_handle.hpp:302
extent_type length
The number of valid bytes in the valid extent.
Definition file_handle.hpp:303
◆ operator!=()
bool llfio_v2_xxx::file_handle::extent_pair::operator!= |
( |
const extent_pair & |
o | ) |
const |
|
inlinenoexcept |
◆ operator<()
bool llfio_v2_xxx::file_handle::extent_pair::operator< |
( |
const extent_pair & |
o | ) |
const |
|
inlinenoexcept |
◆ operator==()
bool llfio_v2_xxx::file_handle::extent_pair::operator== |
( |
const extent_pair & |
o | ) |
const |
|
inlinenoexcept |
◆ length
extent_type llfio_v2_xxx::file_handle::extent_pair::length {(extent_type) -1} |
The number of valid bytes in the valid extent.
◆ offset
extent_type llfio_v2_xxx::file_handle::extent_pair::offset {(extent_type) -1} |
The offset of where the valid extent begins.
The documentation for this struct was generated from the following file: