Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Experimental::Internal::RNTupleSourceSpec Struct Reference

Helper type representing the name and storage location of an RNTuple.

Definition at line 37 of file RNTupleProcessor.hxx.

Public Member Functions

 RNTupleSourceSpec ()=default
 
 RNTupleSourceSpec (std::string_view n, std::string_view s)
 

Public Attributes

std::string fLocation
 
std::string fName
 

#include <ROOT/RNTupleProcessor.hxx>

Constructor & Destructor Documentation

◆ RNTupleSourceSpec() [1/2]

ROOT::Experimental::Internal::RNTupleSourceSpec::RNTupleSourceSpec ( )
default

◆ RNTupleSourceSpec() [2/2]

ROOT::Experimental::Internal::RNTupleSourceSpec::RNTupleSourceSpec ( std::string_view  n,
std::string_view  s 
)
inline

Definition at line 42 of file RNTupleProcessor.hxx.

Member Data Documentation

◆ fLocation

std::string ROOT::Experimental::Internal::RNTupleSourceSpec::fLocation

Definition at line 39 of file RNTupleProcessor.hxx.

◆ fName

std::string ROOT::Experimental::Internal::RNTupleSourceSpec::fName

Definition at line 38 of file RNTupleProcessor.hxx.

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

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