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

Manages pages read from a raw file.

Definition at line 86 of file RPageStorageRaw.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/RPageStorageRaw.hxx>

Member Function Documentation

◆ DeletePage()

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

Definition at line 161 of file RPageStorageRaw.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 153 of file RPageStorageRaw.cxx.


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