Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Internal::RPagePool::REntry Struct Reference

Every page in the page pool is annotated with a search key and a reference counter.

Definition at line 74 of file RPagePool.hxx.

Public Attributes

RKey fKey
 
RPage fPage
 
std::int64_t fRefCounter = 0
 

Member Data Documentation

◆ fKey

RKey ROOT::Internal::RPagePool::REntry::fKey

Definition at line 76 of file RPagePool.hxx.

◆ fPage

RPage ROOT::Internal::RPagePool::REntry::fPage

Definition at line 75 of file RPagePool.hxx.

◆ fRefCounter

std::int64_t ROOT::Internal::RPagePool::REntry::fRefCounter = 0

Definition at line 77 of file RPagePool.hxx.

Collaboration diagram for ROOT::Internal::RPagePool::REntry:
[legend]

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