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 176 of file RPagePool.hxx.
Public Member Functions | |
RPageRef ()=default | |
RPageRef (const RPageRef &other)=delete | |
RPageRef (RPageRef &&other) | |
~RPageRef () | |
void | ChangeClusterId (DescriptorId_t clusterId) |
Used by the friend virtual page source to map the cluster ID to its virtual counterpart. | |
const RPage & | Get () const |
RPageRef & | operator= (const RPageRef &other)=delete |
RPageRef & | operator= (RPageRef &&other) |
Private Member Functions | |
RPageRef (const RPage &page, RPagePool *pagePool) | |
Private Attributes | |
RPage | fPage |
RPagePool * | fPagePool = nullptr |
Friends | |
class | RPagePool |
#include <ROOT/RPagePool.hxx>
|
inlineprivate |
Definition at line 183 of file RPagePool.hxx.
|
default |
|
delete |
|
inline |
Definition at line 199 of file RPagePool.hxx.
|
inline |
Definition at line 210 of file RPagePool.hxx.
|
inline |
Used by the friend virtual page source to map the cluster ID to its virtual counterpart.
Definition at line 217 of file RPagePool.hxx.
|
inline |
Definition at line 222 of file RPagePool.hxx.
Definition at line 201 of file RPagePool.hxx.
|
friend |
Definition at line 177 of file RPagePool.hxx.
|
private |
Definition at line 179 of file RPagePool.hxx.
|
private |
Definition at line 180 of file RPagePool.hxx.