Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
RField.cxx File Reference
#include <ROOT/RColumn.hxx>
#include <ROOT/REntry.hxx>
#include <ROOT/RError.hxx>
#include <ROOT/RField.hxx>
#include <ROOT/RFieldVisitor.hxx>
#include <ROOT/RLogger.hxx>
#include <ROOT/RNTupleModel.hxx>
#include <ROOT/RNTupleSerialize.hxx>
#include <ROOT/RNTupleTypes.hxx>
#include <algorithm>
#include <cstdint>
#include <exception>
#include <functional>
#include <iostream>
#include <memory>
#include <string_view>
#include <type_traits>
#include <unordered_set>
Include dependency graph for RField.cxx:

Functions

template<typename Word_t >
static void BitsetAppendImpl (const void *from, size_t nBits, ROOT::Internal::RColumn &column)
 
template<typename Word_t >
static void BitsetReadGlobalImpl (ROOT::NTupleSize_t globalIndex, void *to, size_t nBits, ROOT::Internal::RColumn &column)
 
template<typename Word_t >
static void BitsetReadInClusterImpl (ROOT::RNTupleLocalIndex localIndex, void *to, size_t nBits, ROOT::Internal::RColumn &column)
 

Detailed Description

Author
Jakob Blomer jblom.nosp@m.er@c.nosp@m.ern.c.nosp@m.h
Date
2018-10-15

Definition in file RField.cxx.

Function Documentation

◆ BitsetAppendImpl()

template<typename Word_t >
static void BitsetAppendImpl ( const void * from,
size_t nBits,
ROOT::Internal::RColumn & column )
static

Definition at line 715 of file RField.cxx.

◆ BitsetReadGlobalImpl()

template<typename Word_t >
static void BitsetReadGlobalImpl ( ROOT::NTupleSize_t globalIndex,
void * to,
size_t nBits,
ROOT::Internal::RColumn & column )
static

Definition at line 738 of file RField.cxx.

◆ BitsetReadInClusterImpl()

template<typename Word_t >
static void BitsetReadInClusterImpl ( ROOT::RNTupleLocalIndex localIndex,
void * to,
size_t nBits,
ROOT::Internal::RColumn & column )
static

Definition at line 759 of file RField.cxx.