Logo ROOT   6.18/05
Reference Guide
RPageStorage.cxx
Go to the documentation of this file.
1/// \file RPageStorage.cxx
2/// \ingroup NTuple ROOT7
3/// \author Jakob Blomer <jblomer@cern.ch>
4/// \date 2018-10-04
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-2019, 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
16#include <ROOT/RPageStorage.hxx>
17#include <ROOT/RColumn.hxx>
18#include <ROOT/RPagePool.hxx>
19
20#include <ROOT/RStringView.hxx>
21
23{
24}
25
27{
28}
29
31{
32}
33
35{
36}
37
39{
40}
41
43{
44}
RPageSink(std::string_view treeName)
RPageSource(std::string_view treeName)
basic_string_view< char > string_view