Points to an object that stores or reads objects in ROOT's binary format.
FIXME: implement async open; likely using std::future, possibly removing the Option_t element.
Public Member Functions | |
operator bool () const | |
Check the validity of the file pointer. More... | |
RFile * | operator-> () |
Dereference the file pointer, giving access to the RFileImplBase object. More... | |
const RFile * | operator-> () const |
Dereference the file pointer, giving access to the RFileImplBase object. More... | |
Private Member Functions | |
RFilePtr (std::shared_ptr< RFile > &&) | |
Constructed by Open etc. More... | |
Private Attributes | |
std::shared_ptr< RFile > | fFile |
Friends | |
class | RFile |
#include <ROOT/RFile.hxx>
|
private |
|
inline |
|
inline |
|
inline |
|
private |