Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Experimental::Internal::RNTupleAttrEntry Class Reference

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

REntryfMetaEntry
 
ROOT::RNTupleModelfMetaModel
 
REntryfScopedEntry
 

#include <ROOT/RNTupleAttrWriting.hxx>

Member Function Documentation

◆ Append()

std::size_t ROOT::Experimental::Internal::RNTupleAttrEntry::Append ( )

Definition at line 34 of file RNTupleAttrWriting.cxx.

◆ GetModelId()

ROOT::DescriptorId_t ROOT::Experimental::Internal::RNTupleAttrEntry::GetModelId ( ) const
inline

Definition at line 46 of file RNTupleAttrWriting.hxx.

Member Data Documentation

◆ fMetaEntry

REntry& ROOT::Experimental::Internal::RNTupleAttrEntry::fMetaEntry

Definition at line 41 of file RNTupleAttrWriting.hxx.

◆ fMetaModel

ROOT::RNTupleModel& ROOT::Experimental::Internal::RNTupleAttrEntry::fMetaModel

Definition at line 43 of file RNTupleAttrWriting.hxx.

◆ fScopedEntry

REntry& ROOT::Experimental::Internal::RNTupleAttrEntry::fScopedEntry

Definition at line 42 of file RNTupleAttrWriting.hxx.

Collaboration diagram for ROOT::Experimental::Internal::RNTupleAttrEntry:
[legend]

The documentation for this class was generated from the following files: