When the schema is set up and the import started, it needs to be reset before the next Import() call can start.
This RAII guard ensures that ResetSchema is called.
Definition at line 158 of file RNTupleImporter.hxx.
Public Member Functions | |
RImportGuard (const RImportGuard &)=delete | |
RImportGuard (RImportGuard &&)=delete | |
RImportGuard (RNTupleImporter &importer) | |
~RImportGuard () | |
RImportGuard & | operator= (const RImportGuard &)=delete |
RImportGuard & | operator= (RImportGuard &&)=delete |
Public Attributes | |
RNTupleImporter & | fImporter |
|
inlineexplicit |
Definition at line 161 of file RNTupleImporter.hxx.
|
delete |
|
delete |
|
inline |
Definition at line 166 of file RNTupleImporter.hxx.
|
delete |
|
delete |
RNTupleImporter& ROOT::Experimental::RNTupleImporter::RImportGuard::fImporter |
Definition at line 159 of file RNTupleImporter.hxx.