ROOT
master
Reference Guide
Loading...
Searching...
No Matches
browser.cxx
Go to the documentation of this file.
1
/// \file
2
/// \ingroup tutorial_exp
3
///
4
/// \macro_code
5
///
6
/// \date 2019-05-29
7
/// \warning This is part of the experimental API, which might change in the future. Feedback is welcome!
8
/// \authors Bertrand Bellenot <Bertrand.Bellenot@cern.ch>, Sergey Linev <S.Linev@gsi.de>
9
10
/*************************************************************************
11
* Copyright (C) 1995-2019, Rene Brun and Fons Rademakers. *
12
* All rights reserved. *
13
* *
14
* For the licensing terms see $ROOTSYS/LICENSE. *
15
* For the list of contributors see $ROOTSYS/README/CREDITS. *
16
*************************************************************************/
17
18
// macro must be here to let macro work on Windows
19
R__LOAD_LIBRARY
(
libROOTBrowserv7
)
20
21
#include <ROOT/RBrowser.hxx>
22
23
void
browser
()
24
{
25
// create browser
26
auto
br
= std::make_shared<ROOT::RBrowser>();
27
28
// clear when connection to client closed
29
br
->ClearOnClose(
br
);
30
}
31
R__LOAD_LIBRARY
#define R__LOAD_LIBRARY(LIBRARY)
Definition
Rtypes.h:496
TRangeDynCast
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
Definition
TCollection.h:358
ROOT::Detail::TRangeCast
Definition
TCollection.h:311
tutorials
experimental
browser.cxx
ROOT master - Reference Guide Generated on Fri Jan 24 2025 04:37:19 (GVA Time) using Doxygen 1.10.0