ROOT
v6-30
Reference Guide
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
namespace
ROOT
{
19
namespace
Experimental {
20
21
namespace
Detail {
22
23
const
void
*
RPage::GetPageZeroBuffer
()
24
{
25
static
const
auto
pageZero = std::make_unique<unsigned char[]>(
kPageZeroSize
);
26
return
pageZero.get();
27
}
28
29
}
// namespace Detail
30
31
}
// namespace Experimental
32
}
// namespace ROOT
RPage.hxx
ROOT::Experimental::Detail::RPage::kPageZeroSize
static constexpr size_t kPageZeroSize
Definition
RPage.hxx:44
ROOT::Experimental::Detail::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:23
ROOT
This file contains a specialised ROOT message handler to test for diagnostic in unit tests.
Definition
EExecutionPolicy.hxx:4
tree
ntuple
v7
src
RPage.cxx
ROOT v6-30 - Reference Guide Generated on Sun Dec 1 2024 05:18:15 (GVA Time) using Doxygen 1.9.8