Base class for RFile storage backends.
Definition at line 36 of file RFile.cxx.
◆ ~RFileStorageInterface()
virtual ROOT::Experimental::Internal::RFileStorageInterface::~RFileStorageInterface |
( |
| ) |
|
|
virtualdefault |
◆ Close()
virtual void ROOT::Experimental::Internal::RFileStorageInterface::Close |
( |
| ) |
|
|
pure virtual |
◆ Flush()
virtual void ROOT::Experimental::Internal::RFileStorageInterface::Flush |
( |
| ) |
|
|
pure virtual |
◆ WriteMemoryWithType()
virtual void ROOT::Experimental::Internal::RFileStorageInterface::WriteMemoryWithType |
( |
std::string_view |
name, |
|
|
const void * |
address, |
|
|
TClass * |
cl |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: