Used to report every ~50MB (compressed), and at the end about the status of the import.
Definition at line 106 of file RNTupleImporter.hxx.
Public Member Functions | |
virtual | ~RProgressCallback ()=default |
virtual void | Call (std::uint64_t nbytesWritten, std::uint64_t neventsWritten)=0 |
virtual void | Finish (std::uint64_t nbytesWritten, std::uint64_t neventsWritten)=0 |
void | operator() (std::uint64_t nbytesWritten, std::uint64_t neventsWritten) |
#include <ROOT/RNTupleImporter.hxx>
|
virtualdefault |
|
pure virtual |
|
pure virtual |
|
inline |
Definition at line 109 of file RNTupleImporter.hxx.