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 193 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 200 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 216 of file RPagePool.hxx.

◆ ~RPageRef()

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

Definition at line 227 of file RPagePool.hxx.

Member Function Documentation

◆ Get()

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

Definition at line 233 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 218 of file RPagePool.hxx.

◆ RPagePool

friend class RPagePool
friend

Definition at line 194 of file RPagePool.hxx.

Member Data Documentation

◆ fPage

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

Definition at line 196 of file RPagePool.hxx.

◆ fPagePool

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

Definition at line 197 of file RPagePool.hxx.


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