ROOT
6.06/09
Reference Guide
|
Points to an object that stores or reads objects in ROOT's binary format.
Public Member Functions | |
Internal::TFileImplBase * | operator-> () |
Dereference the file pointer, giving access to the TFileImplBase object. More... | |
const Internal::TFileImplBase * | operator-> () const |
Dereference the file pointer, giving access to the TFileImplBase object. More... | |
operator bool () const | |
Check the validity of the file pointer. More... | |
Static Public Member Functions | |
Generator functions | |
static TFilePtr | OpenForRead (std::string_view name) |
Open a file with name for reading. More... | |
static TFilePtr | OpenForUpdate (std::string_view name) |
Open an existing file with name for reading and writing. More... | |
static TFilePtr | Create (std::string_view name) |
Open a file with name for reading and writing. More... | |
static TFilePtr | Recreate (std::string_view name) |
Open a file with name for reading and writing. More... | |
Private Member Functions | |
TFilePtr (TCoopPtr< Internal::TFileImplBase >) | |
Constructed by. More... | |
Private Attributes | |
TCoopPtr< Internal::TFileImplBase > | fImpl |
#include <ROOT/TFile.h>
|
private |
|
static |
|
static |
|
static |
|
inline |
|
inline |
|
inline |
|
static |
|
private |
Definition at line 63 of file TFile.h.
Referenced by operator bool().