Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
browser.cxx File Reference

Detailed Description

/*************************************************************************
* Copyright (C) 1995-2019, Rene Brun and Fons Rademakers. *
* All rights reserved. *
* *
* For the licensing terms see $ROOTSYS/LICENSE. *
* For the list of contributors see $ROOTSYS/README/CREDITS. *
*************************************************************************/
// macro must be here to let macro work on Windows
R__LOAD_LIBRARY(libROOTBrowserv7)
#include <ROOT/RBrowser.hxx>
void browser()
{
// create browser
auto br = std::make_shared<ROOT::RBrowser>();
// clear when connection to client closed
br->ClearOnClose(br);
}
#define R__LOAD_LIBRARY(LIBRARY)
Definition Rtypes.h:491
Date
2019-05-29
Warning
This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!
Authors
Bertrand Bellenot Bertr.nosp@m.and..nosp@m.Belle.nosp@m.not@.nosp@m.cern..nosp@m.ch, Sergey Linev S.Lin.nosp@m.ev@g.nosp@m.si.de

Definition in file browser.cxx.