Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Experimental::Internal::RFileStorageInterface Class Referenceabstract

Base class for RFile storage backends.

Definition at line 36 of file RFile.cxx.

Public Member Functions

virtual ~RFileStorageInterface ()=default
 
virtual void Close ()=0
 
virtual void Flush ()=0
 
virtual void WriteMemoryWithType (std::string_view name, const void *address, TClass *cl)=0
 

Constructor & Destructor Documentation

◆ ~RFileStorageInterface()

virtual ROOT::Experimental::Internal::RFileStorageInterface::~RFileStorageInterface ( )
virtualdefault

Member Function Documentation

◆ 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: