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 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>
Definition at line 200 of file RPagePool.hxx.
|
default |
|
delete |
|
inline |
Definition at line 216 of file RPagePool.hxx.
|
inline |
Definition at line 227 of file RPagePool.hxx.
|
inline |
Definition at line 233 of file RPagePool.hxx.
Definition at line 218 of file RPagePool.hxx.
|
friend |
Definition at line 194 of file RPagePool.hxx.
|
private |
Definition at line 196 of file RPagePool.hxx.
|
private |
Definition at line 197 of file RPagePool.hxx.