Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
RPageSourceFile::RStructureBuffer Struct Reference

Holds the uncompressed header and footer.

Definition at line 129 of file RPageStorageFile.hxx.

Public Member Functions

void Reset ()
 Called at the end of Attach(), i.e. when the header and footer are processed.

Public Attributes

std::unique_ptr< unsigned char[]> fBuffer
 single buffer for both header and footer
void * fPtrFooter = nullptr
 either nullptr or points into fBuffer
void * fPtrHeader = nullptr
 either nullptr or points into fBuffer

Member Function Documentation

◆ Reset()

Called at the end of Attach(), i.e. when the header and footer are processed.

Definition at line 135 of file RPageStorageFile.hxx.

Member Data Documentation

◆ fBuffer

single buffer for both header and footer

Definition at line 130 of file RPageStorageFile.hxx.

◆ fPtrFooter

either nullptr or points into fBuffer

Definition at line 132 of file RPageStorageFile.hxx.

◆ fPtrHeader

either nullptr or points into fBuffer

Definition at line 131 of file RPageStorageFile.hxx.


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