ROOT
Version v6.32
master
v6.34
v6.30
v6.28
v6.26
v6.24
v6.22
v6.20
v6.18
v6.16
v6.14
v6.12
v6.10
v6.08
v6.06
Reference Guide
►
ROOT
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
RPage.cxx
Go to the documentation of this file.
1
/// \file RPage.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/RPage.hxx
>
17
18
const
void
*
ROOT::Experimental::Internal::RPage::GetPageZeroBuffer
()
19
{
20
static
const
auto
pageZero
= std::make_unique<unsigned char[]>(
kPageZeroSize
);
21
return
pageZero
.get();
22
}
RPage.hxx
ROOT::Detail::TRangeCast
Definition
TCollection.h:311
ROOT::Experimental::Internal::RPage::kPageZeroSize
static constexpr size_t kPageZeroSize
Definition
RPage.hxx:43
ROOT::Experimental::Internal::RPage::GetPageZeroBuffer
static const void * GetPageZeroBuffer()
Return a pointer to the page zero buffer used if there is no on-disk data for a particular deferred c...
Definition
RPage.cxx:18
tree
ntuple
v7
src
RPage.cxx
ROOT v6-32 - Reference Guide Generated on Sun Apr 20 2025 05:37:58 (GVA Time) using Doxygen 1.10.0