Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Internal::RDF::RColumnReadersInfo Struct Reference

This type aggregates some of the arguments passed to GetColumnReaders.

We need to pass a single RColumnReadersInfo object rather than each argument separately because with too many arguments passed, gcc 7.5.0 and cling disagree on the ABI, which leads to the last function argument being read incorrectly from a compiled GetColumnReaders symbols when invoked from a jitted symbol.

Definition at line 67 of file ColumnReaderUtils.hxx.

Public Attributes

const std::vector< std::string > & fColNames
 
RColumnRegisterfColRegister
 
const boolfIsDefine
 
RLoopManagerfLoopManager
 

#include <ROOT/RDF/ColumnReaderUtils.hxx>

Member Data Documentation

◆ fColNames

const std::vector<std::string>& ROOT::Internal::RDF::RColumnReadersInfo::fColNames

Definition at line 68 of file ColumnReaderUtils.hxx.

◆ fColRegister

RColumnRegister& ROOT::Internal::RDF::RColumnReadersInfo::fColRegister

Definition at line 69 of file ColumnReaderUtils.hxx.

◆ fIsDefine

const bool* ROOT::Internal::RDF::RColumnReadersInfo::fIsDefine

Definition at line 70 of file ColumnReaderUtils.hxx.

◆ fLoopManager

RLoopManager& ROOT::Internal::RDF::RColumnReadersInfo::fLoopManager

Definition at line 71 of file ColumnReaderUtils.hxx.

Collaboration diagram for ROOT::Internal::RDF::RColumnReadersInfo:
[legend]

The documentation for this struct was generated from the following file: