Holds the uncompressed header and footer.
Definition at line 115 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 | |
|
inline |
Called at the end of Attach(), i.e. when the header and footer are processed.
Definition at line 121 of file RPageStorageFile.hxx.
std::unique_ptr<unsigned char[]> ROOT::Internal::RPageSourceFile::RStructureBuffer::fBuffer |
single buffer for both header and footer
Definition at line 116 of file RPageStorageFile.hxx.
void* ROOT::Internal::RPageSourceFile::RStructureBuffer::fPtrFooter = nullptr |
either nullptr or points into fBuffer
Definition at line 118 of file RPageStorageFile.hxx.
void* ROOT::Internal::RPageSourceFile::RStructureBuffer::fPtrHeader = nullptr |
either nullptr or points into fBuffer
Definition at line 117 of file RPageStorageFile.hxx.