ROOT 6.10/09 Reference Guide |
This is the complete list of members for ROOT::Experimental::TFile, including all inherited members.
Add(const std::string &name, const std::shared_ptr< T > &ptr) | ROOT::Experimental::TDirectory | inline |
Close() | ROOT::Experimental::TFile | |
Create(std::string_view name, const Options_t &opts=Options_t()) | ROOT::Experimental::TFile | static |
ROOT::Experimental::TDirectory::Create(const std::string &name, ARGS &&... args) | ROOT::Experimental::TDirectory | inline |
EFindStatus enum name | ROOT::Experimental::TDirectory | |
Find(const std::string &name) const | ROOT::Experimental::TDirectory | inline |
Find(const std::string &name) const | ROOT::Experimental::TDirectory | inline |
Flush() | ROOT::Experimental::TFile | |
fStorage | ROOT::Experimental::TFile | private |
Get(const std::string &name) | ROOT::Experimental::TDirectory | inline |
GetCacheDir() | ROOT::Experimental::TFile | static |
Heap() | ROOT::Experimental::TDirectory | static |
Open(std::string_view name, const Options_t &opts=Options_t()) | ROOT::Experimental::TFile | static |
OpenForUpdate(std::string_view name, const Options_t &opts=Options_t()) | ROOT::Experimental::TFile | static |
Read(std::string_view name) | ROOT::Experimental::TFile | inline |
Recreate(std::string_view name, const Options_t &opts=Options_t()) | ROOT::Experimental::TFile | static |
SetCacheDir(std::string_view path) | ROOT::Experimental::TFile | static |
TFile(std::unique_ptr< Internal::TFileStorageInterface > &&storage) | ROOT::Experimental::TFile | private |
Write(std::string_view name, const T &obj) | ROOT::Experimental::TFile | inline |
Write(std::string_view name, const T *obj) | ROOT::Experimental::TFile | inline |
Write(std::string_view name) | ROOT::Experimental::TFile | inline |
Write(std::string_view name, std::shared_ptr< T > &&obj) | ROOT::Experimental::TFile | inline |
WriteMemoryWithType(std::string_view name, const void *address, TClass *cl) | ROOT::Experimental::TFile | private |
~TFile() | ROOT::Experimental::TFile |