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