pstore2
Public Member Functions | Public Attributes | List of all members
pstore::sat_entry Struct Reference

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.
 

Detailed Description

An entry in the segment address table.

Member Data Documentation

◆ value

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'.


The documentation for this struct was generated from the following file: