A pair of scoped + meta entry used by the RNTupleAttrSetWriter.
The meta entry is used to write the "meta fields" that are always present in an Attribute Set (start/len); the scoped entry is used to write the user-provided fields.
Definition at line 40 of file RNTupleAttrWriting.hxx.
Public Member Functions | |
| std::size_t | Append () |
| ROOT::DescriptorId_t | GetModelId () const |
Public Attributes | |
| REntry & | fMetaEntry |
| ROOT::RNTupleModel & | fMetaModel |
| REntry & | fScopedEntry |
#include <ROOT/RNTupleAttrWriting.hxx>
| std::size_t ROOT::Experimental::Internal::RNTupleAttrEntry::Append | ( | ) |
Definition at line 34 of file RNTupleAttrWriting.cxx.
|
inline |
Definition at line 46 of file RNTupleAttrWriting.hxx.
| REntry& ROOT::Experimental::Internal::RNTupleAttrEntry::fMetaEntry |
Definition at line 41 of file RNTupleAttrWriting.hxx.
| ROOT::RNTupleModel& ROOT::Experimental::Internal::RNTupleAttrEntry::fMetaModel |
Definition at line 43 of file RNTupleAttrWriting.hxx.
| REntry& ROOT::Experimental::Internal::RNTupleAttrEntry::fScopedEntry |
Definition at line 42 of file RNTupleAttrWriting.hxx.