An RAII wrapper used to synchronize a page sink. See GetSinkGuard().
Definition at line 411 of file RPageStorage.hxx.
Public Member Functions | |
| RSinkGuard (const RSinkGuard &)=delete | |
| RSinkGuard (RSinkGuard &&)=delete | |
| RSinkGuard (std::mutex *lock) | |
| ~RSinkGuard () | |
| RSinkGuard & | operator= (const RSinkGuard &)=delete |
| RSinkGuard & | operator= (RSinkGuard &&)=delete |
Private Attributes | |
| std::mutex * | fLock |
#include <ROOT/RPageStorage.hxx>
|
inlineexplicit |
Definition at line 415 of file RPageStorage.hxx.
|
delete |
|
delete |
Definition at line 425 of file RPageStorage.hxx.
|
delete |
|
delete |
|
private |
Definition at line 412 of file RPageStorage.hxx.