#include <ROOT/RError.hxx>#include <deque>#include <functional>#include <iostream>#include <memory>#include <string_view>#include <typeinfo>#include <variant>Classes | |
| class | ROOT::Experimental::RFile |
| An interface to read from, or write to, a ROOT file, as well as performing other common operations. More... | |
| class | ROOT::Experimental::RFileKeyIterable |
| The iterable returned by RFile::ListKeys() More... | |
| class | ROOT::Experimental::RFileKeyIterable::RIterator |
| struct | ROOT::Experimental::RFileKeyIterable::RIterator::RIterStackElem |
| class | ROOT::Experimental::RKeyInfo |
| Information about an RFile object's Key. More... | |
Namespaces | |
| namespace | ROOT |
| namespace | ROOT::Experimental |
| namespace | ROOT::Experimental::Detail |
| namespace | ROOT::Experimental::Internal |
Functions | |
| std::pair< std::string_view, std::string_view > | ROOT::Experimental::Detail::DecomposePath (std::string_view path) |
Given a "path-like" string (like foo/bar/baz), returns a pair { dirName, baseName }. | |
| void * | ROOT::Experimental::Internal::RFile_GetObjectFromKey (RFile &file, const RKeyInfo &key) |
Returns an owning pointer to the object referenced by key. | |
| ROOT::RLogChannel & | ROOT::Experimental::Internal::RFileLog () |