pstore2
Public Attributes | List of all members
pstore::repo::generic_section::sources< DataRangeType, IFixupRangeType, XFixupRangeType > Struct Template Reference

Describes the three members of a section as three pairs of iterators: one each for the data, internal fixups, and external fixups ranges. More...

#include <generic_section.hpp>

Public Attributes

DataRangeType data_range
 
IFixupRangeType ifixups_range
 
XFixupRangeType xfixups_range
 

Detailed Description

template<typename DataRangeType, typename IFixupRangeType, typename XFixupRangeType>
struct pstore::repo::generic_section::sources< DataRangeType, IFixupRangeType, XFixupRangeType >

Describes the three members of a section as three pairs of iterators: one each for the data, internal fixups, and external fixups ranges.


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