#include <ROOT/RConfig.hxx>
#include <ROOT/REntry.hxx>
#include <ROOT/RError.hxx>
#include <ROOT/RNTupleFillContext.hxx>
#include <ROOT/RNTupleMetrics.hxx>
#include <ROOT/RNTupleModel.hxx>
#include <ROOT/RNTupleUtil.hxx>
#include <ROOT/RPageStorage.hxx>
#include <cstddef>
#include <cstdint>
#include <memory>
#include <string_view>
#include <utility>
Classes | |
class | ROOT::Experimental::RNTupleWriter |
An RNTuple that gets filled with entries (data) and writes them to storage. More... | |
Namespaces | |
namespace | ROOT |
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7 | |
namespace | ROOT::Experimental |
namespace | ROOT::Experimental::Internal |
Functions | |
std::unique_ptr< RNTupleWriter > | ROOT::Experimental::Internal::CreateRNTupleWriter (std::unique_ptr< RNTupleModel > model, std::unique_ptr< Internal::RPageSink > sink) |
Definition in file RNTupleWriter.hxx.