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.   | |
| RFile * | operator-> () | 
| Dereference the file pointer, giving access to the RFileImplBase object.   | |
| const RFile * | operator-> () const | 
| Dereference the file pointer, giving access to the RFileImplBase object.   | |
Private Member Functions | |
| RFilePtr (std::shared_ptr< RFile > &&) | |
| Constructed by Open etc.   | |
Private Attributes | |
| std::shared_ptr< RFile > | fFile | 
Friends | |
| class | RFile | 
#include <ROOT/RFile.hxx>
      
  | 
  private | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  private |