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

Holds the uncompressed header and footer.

Definition at line 711 of file RPageStorage.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
 

#include <ROOT/RPageStorage.hxx>

Member Function Documentation

◆ Reset()

void ROOT::Internal::RPageSource::RStructureBuffer::Reset ( )
inline

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

Definition at line 717 of file RPageStorage.hxx.

Member Data Documentation

◆ fBuffer

std::unique_ptr<unsigned char[]> ROOT::Internal::RPageSource::RStructureBuffer::fBuffer

single buffer for both header and footer

Definition at line 712 of file RPageStorage.hxx.

◆ fPtrFooter

void* ROOT::Internal::RPageSource::RStructureBuffer::fPtrFooter = nullptr

either nullptr or points into fBuffer

Definition at line 714 of file RPageStorage.hxx.

◆ fPtrHeader

void* ROOT::Internal::RPageSource::RStructureBuffer::fPtrHeader = nullptr

either nullptr or points into fBuffer

Definition at line 713 of file RPageStorage.hxx.

Collaboration diagram for ROOT::Internal::RPageSource::RStructureBuffer:
[legend]

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