Logo ROOT  
Reference Guide
ROOT::Experimental::Detail::RPageAllocatorFile Class Reference

Manages pages read from a the file.

Definition at line 97 of file RPageStorageFile.hxx.

Static Public Member Functions

static void DeletePage (const RPage &page)
 
static RPage NewPage (ColumnId_t columnId, void *mem, std::size_t elementSize, std::size_t nElements)
 

#include <ROOT/RPageStorageFile.hxx>

Member Function Documentation

◆ DeletePage()

void ROOT::Experimental::Detail::RPageAllocatorFile::DeletePage ( const RPage page)
static

Definition at line 188 of file RPageStorageFile.cxx.

◆ NewPage()

ROOT::Experimental::Detail::RPage ROOT::Experimental::Detail::RPageAllocatorFile::NewPage ( ColumnId_t  columnId,
void mem,
std::size_t  elementSize,
std::size_t  nElements 
)
static

Definition at line 180 of file RPageStorageFile.cxx.


The documentation for this class was generated from the following files: