|
pstore2
|
An entry in the segment address table. More...
#include <storage.hpp>
Public Member Functions | |
| bool | is_valid () const noexcept |
Public Attributes | |
| std::shared_ptr< void > | value |
| A pointer to the data belonging to the segment represented by this entry in the segment address table. More... | |
| region::memory_mapper_ptr | region |
| The memory-mapped region to which the 'value' pointer belongs. | |
An entry in the segment address table.
| std::shared_ptr<void> pstore::sat_entry::value |
A pointer to the data belonging to the segment represented by this entry in the segment address table.
The pointer will always lie within the memory-mapped region given by 'region'.
1.8.13