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