A status object after filling an entry.
After passing an instance to RNTupleWriter::FillNoFlush or RNTupleFillContext::FillNoFlush, the caller must check ShouldFlushCluster and call RNTupleWriter::FlushCluster or RNTupleFillContext::FlushCluster if necessary.
Definition at line 36 of file RNTupleFillStatus.hxx.
#include <ROOT/RNTupleFillStatus.hxx>
◆ GetLastEntrySize()
std::size_t ROOT::Experimental::RNTupleFillStatus::GetLastEntrySize |
( |
| ) |
const |
|
inline |
◆ GetNEntries()
NTupleSize_t ROOT::Experimental::RNTupleFillStatus::GetNEntries |
( |
| ) |
const |
|
inline |
Return the number of entries written into the current cluster.
Definition at line 50 of file RNTupleFillStatus.hxx.
◆ GetUnzippedClusterSize()
std::size_t ROOT::Experimental::RNTupleFillStatus::GetUnzippedClusterSize |
( |
| ) |
const |
|
inline |
◆ ShouldFlushCluster()
bool ROOT::Experimental::RNTupleFillStatus::ShouldFlushCluster |
( |
| ) |
const |
|
inline |
◆ RNTupleFillContext
◆ fLastEntrySize
std::size_t ROOT::Experimental::RNTupleFillStatus::fLastEntrySize = 0 |
|
private |
◆ fNEntriesSinceLastFlush
NTupleSize_t ROOT::Experimental::RNTupleFillStatus::fNEntriesSinceLastFlush = 0 |
|
private |
◆ fShouldFlushCluster
bool ROOT::Experimental::RNTupleFillStatus::fShouldFlushCluster = false |
|
private |
◆ fUnzippedClusterSize
std::size_t ROOT::Experimental::RNTupleFillStatus::fUnzippedClusterSize = 0 |
|
private |
The documentation for this class was generated from the following file: