Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Experimental::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 178 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::Experimental::Internal::RPageRef::RPageRef ( const RPage & page,
RPagePool * pagePool )
inlineprivate

Definition at line 185 of file RPagePool.hxx.

◆ RPageRef() [2/4]

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

◆ RPageRef() [3/4]

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

◆ RPageRef() [4/4]

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

Definition at line 201 of file RPagePool.hxx.

◆ ~RPageRef()

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

Definition at line 212 of file RPagePool.hxx.

Member Function Documentation

◆ Get()

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

Definition at line 218 of file RPagePool.hxx.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

Definition at line 203 of file RPagePool.hxx.

Friends And Related Symbol Documentation

◆ RPagePool

friend class RPagePool
friend

Definition at line 179 of file RPagePool.hxx.

Member Data Documentation

◆ fPage

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

Definition at line 181 of file RPagePool.hxx.

◆ fPagePool

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

Definition at line 182 of file RPagePool.hxx.

Libraries for ROOT::Experimental::Internal::RPageRef:

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