Logo ROOT  
Reference Guide
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Loading...
Searching...
No Matches
RNTupleImporter.cxx
Go to the documentation of this file.
1/// \file RNTupleImporter.cxx
2/// \ingroup NTuple ROOT7
3/// \author Jakob Blomer <jblomer@cern.ch>
4/// \date 2022-11-22
5/// \warning This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback
6/// is welcome!
7
8/*************************************************************************
9 * Copyright (C) 1995-2022, Rene Brun and Fons Rademakers. *
10 * All rights reserved. *
11 * *
12 * For the licensing terms see $ROOTSYS/LICENSE. *
13 * For the list of contributors see $ROOTSYS/README/CREDITS. *
14 *************************************************************************/
15
17#include <ROOT/RNTupleUtil.hxx>
18#include <ROOT/RStringView.hxx>
19
20#include <memory>
21
22std::unique_ptr<ROOT::Experimental::RNTupleImporter>
23ROOT::Experimental::RNTupleImporter::Create(std::string_view /* sourceFile */, std::string_view /* treeName */,
24 std::string_view /* destFile */)
25{
26 R__LOG_WARNING(NTupleLog()) << "not yet implemented";
27 return nullptr;
28}
#define R__LOG_WARNING(...)
Definition RLogger.hxx:363
static std::unique_ptr< RNTupleImporter > Create(std::string_view sourceFile, std::string_view treeName, std::string_view destFile)
RLogChannel & NTupleLog()
Log channel for RNTuple diagnostics.