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 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 201 of file RPagePool.hxx.
|
default |
|
inline |
Definition at line 217 of file RPagePool.hxx.
|
inline |
Definition at line 228 of file RPagePool.hxx.
Definition at line 234 of file RPagePool.hxx.
Definition at line 219 of file RPagePool.hxx.
Definition at line 195 of file RPagePool.hxx.
|
private |
Definition at line 197 of file RPagePool.hxx.
|
private |
Definition at line 198 of file RPagePool.hxx.