Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Internal::RPageRef Class Reference

Reference to a page stored in the page pool.

The referenced page knows about its page pool and decreases the reference counter on destruction.

Definition at line 194 of file RPagePool.hxx.

Public Member Functions

 RPageRef ()=default
 
 RPageRef (const RPageRef &other)=delete
 
 RPageRef (RPageRef &&other)
 
 ~RPageRef ()
 
const RPageGet () const
 
RPageRefoperator= (const RPageRef &other)=delete
 
RPageRefoperator= (RPageRef &&other)
 

Private Member Functions

 RPageRef (const RPage &page, RPagePool *pagePool)
 

Private Attributes

RPage fPage
 
RPagePoolfPagePool = nullptr
 

Friends

class RPagePool
 

#include <ROOT/RPagePool.hxx>

Constructor & Destructor Documentation

◆ RPageRef() [1/4]

ROOT::Internal::RPageRef::RPageRef ( const RPage & page,
RPagePool * pagePool )
inlineprivate

Definition at line 201 of file RPagePool.hxx.

◆ RPageRef() [2/4]

ROOT::Internal::RPageRef::RPageRef ( )
default

◆ RPageRef() [3/4]

ROOT::Internal::RPageRef::RPageRef ( const RPageRef & other)
delete

◆ RPageRef() [4/4]

ROOT::Internal::RPageRef::RPageRef ( RPageRef && other)
inline

Definition at line 217 of file RPagePool.hxx.

◆ ~RPageRef()

ROOT::Internal::RPageRef::~RPageRef ( )
inline

Definition at line 228 of file RPagePool.hxx.

Member Function Documentation

◆ Get()

const RPage & ROOT::Internal::RPageRef::Get ( ) const
inline

Definition at line 234 of file RPagePool.hxx.

◆ operator=() [1/2]

RPageRef & ROOT::Internal::RPageRef::operator= ( const RPageRef & other)
delete

◆ operator=() [2/2]

RPageRef & ROOT::Internal::RPageRef::operator= ( RPageRef && other)
inline

Definition at line 219 of file RPagePool.hxx.

Friends And Related Symbol Documentation

◆ RPagePool

friend class RPagePool
friend

Definition at line 195 of file RPagePool.hxx.

Member Data Documentation

◆ fPage

RPage ROOT::Internal::RPageRef::fPage
private

Definition at line 197 of file RPagePool.hxx.

◆ fPagePool

RPagePool* ROOT::Internal::RPageRef::fPagePool = nullptr
private

Definition at line 198 of file RPagePool.hxx.

Libraries for ROOT::Internal::RPageRef:

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