Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
RNTupleModel.hxx File Reference
#include <ROOT/REntry.hxx>
#include <ROOT/RError.hxx>
#include <ROOT/RField.hxx>
#include <ROOT/RNTupleUtil.hxx>
#include <string_view>
#include <cstdint>
#include <functional>
#include <memory>
#include <string>
#include <unordered_map>
#include <unordered_set>
#include <utility>
Include dependency graph for RNTupleModel.hxx:
This graph shows which files directly or indirectly include this file:

Classes

struct  ROOT::Experimental::RNTupleModel::NameWithDescription_t
 A wrapper over a field name and an optional description; used in AddField() and RUpdater::AddField() More...
 
class  ROOT::Experimental::RNTupleModel
 The RNTupleModel encapulates the schema of an ntuple. More...
 
class  ROOT::Experimental::Internal::RNTupleModelChangeset
 The incremental changes to a RNTupleModel More...
 
class  ROOT::Experimental::RNTupleModel::RProjectedFields
 Projected fields are fields whose columns are reused from existing fields. More...
 
class  ROOT::Experimental::RNTupleModel::RUpdater
 A model is usually immutable after passing it to an RNTupleWriter. 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
 

Detailed Description

Author
Jakob Blomer jblom.nosp@m.er@c.nosp@m.ern.c.nosp@m.h
Date
2018-10-04
Warning
This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!

Definition in file RNTupleModel.hxx.