Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
RNTupleClassicBrowse.hxx
Go to the documentation of this file.
1/// \file ROOT/RNTupleClassicBrowse.hxx
2/// \author Jakob Blomer <jblomer@cern.ch>
3/// \date 2025-06-60
4
5/*************************************************************************
6 * Copyright (C) 1995-2025, Rene Brun and Fons Rademakers. *
7 * All rights reserved. *
8 * *
9 * For the licensing terms see $ROOTSYS/LICENSE. *
10 * For the list of contributors see $ROOTSYS/README/CREDITS. *
11 *************************************************************************/
12
13#ifndef ROOT_RNTupleClassicBrowse
14#define ROOT_RNTupleClassicBrowse
15
16class TBrowser;
17
18namespace ROOT {
19namespace Internal {
20
21void BrowseRNTuple(const void *ntuple, TBrowser *b);
22
23} // namespace Internal
24} // namespace ROOT
25
26#endif
#define b(i)
Definition RSha256.hxx:100
Using a TBrowser one can browse all ROOT objects.
Definition TBrowser.h:37
void BrowseRNTuple(const void *ntuple, TBrowser *b)