Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
RNTupleSerialize.cxx File Reference
#include <ROOT/RColumnElementBase.hxx>
#include <ROOT/RError.hxx>
#include <ROOT/RNTupleDescriptor.hxx>
#include <ROOT/RNTupleSerialize.hxx>
#include <ROOT/RNTupleTypes.hxx>
#include <ROOT/RNTupleUtils.hxx>
#include <ROOT/BitUtils.hxx>
#include <RVersion.h>
#include <TBufferFile.h>
#include <TClass.h>
#include <TList.h>
#include <TStreamerInfo.h>
#include <TVirtualStreamerInfo.h>
#include <xxhash.h>
#include <cassert>
#include <cmath>
#include <cstring>
#include <deque>
#include <functional>
#include <limits>
#include <set>
#include <unordered_map>

Classes

class  RClusterDescriptorBuilder
 A helper class for piece-wise construction of an RClusterDescriptor. More...
class  RClusterGroupDescriptorBuilder
 A helper class for piece-wise construction of an RClusterGroupDescriptor. More...
class  RColumnDescriptorBuilder
 A helper class for piece-wise construction of an RColumnDescriptor. More...
class  RExtraTypeInfoDescriptorBuilder
 A helper class for piece-wise construction of an RExtraTypeInfoDescriptor. More...
class  RFieldDescriptorBuilder
 A helper class for piece-wise construction of an RFieldDescriptor. More...
class  RNTupleDescriptorBuilder
 A helper class for piece-wise construction of an RNTupleDescriptor. More...

Functions

static ROOT::RResult< void > CheckFeatureFlags (const std::vector< std::uint64_t > &featureFlags)

Detailed Description

Function Documentation

◆ CheckFeatureFlags()

ROOT::RResult< void > CheckFeatureFlags ( const std::vector< std::uint64_t > & featureFlags)
static

Definition at line 1867 of file RNTupleSerialize.cxx.