20using namespace std::string_literals;
 
   39   GetMap().emplace(kind, 
this);
 
 
   48   auto iter = std::find_if(map.begin(), map.end(),
 
   49         [
this](
const ProvidersMap_t::value_type &pair) { return this == pair.second; });
 
   51   if (iter != map.end())
 
 
   70   auto iter = map.find(kind);
 
   71   if (iter == map.end()) {
 
   75      else if (kind == 
"tree"s)
 
   77      else if (kind == 
"tcanvas"s)
 
   79      else if (kind == 
"rcanvas"s)
 
   81      iter = map.find(kind);
 
   82      if (iter == map.end())
 
 
   96   return provider ? provider->Create(
name) : 
nullptr;
 
 
  106   return provider ? provider->CreateFor(
name, 
element) : 
nullptr;
 
 
  117   return provider ? provider->DetectWindow(
win) : 
nullptr;
 
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t Int_t Int_t Window_t win
 
R__EXTERN TSystem * gSystem
 
static std::string GetPathAsString(const RElementPath_t &path)
Converts element path back to string.
 
Represents web window, which can be shown in web browser or any other supported environment.
 
static TString ToJSON(const T *obj, Int_t compact=0, const char *member_name=nullptr)
 
virtual int Load(const char *module, const char *entry="", Bool_t system=kFALSE)
Load a shared library.