Logo ROOT   6.16/01
Reference Guide
Functions
cling Namespace Reference

Print a TSeq at the prompt: More...

Functions

std::string printValue (const std::string_view *val)
 Print a TString in the cling interpreter: More...
 
std::string printValue (const TDatime *val)
 Print a TDatime at the prompt. More...
 
std::string printValue (const TFitResult *val)
 Print the TFitResult. More...
 
std::string printValue (const TFitResultPtr *val)
 Print the TFitResultPtr by printing its TFitResult. More...
 
std::string printValue (const TString *val)
 Print a TString in the cling interpreter: More...
 
std::string printValue (const TSubString *val)
 Print a TString in the cling interpreter: More...
 
std::string printValue (RooAbsArg *raa)
 
std::string printValue (ROOT::RDataFrame *tdf)
 Print a RDataFrame at the prompt. More...
 
std::string printValue (ROOT::RDF::RDataSource *ds)
 
template<class T >
std::string printValue (ROOT::TSeq< T > *val)
 
template<class T >
std::string printValue (ROOT::TThreadedObject< T > *val)
 
std::string printValue (TH1 *val)
 Print value overload. More...
 
std::string printValue (TObject *val)
 Print value overload. More...
 

Detailed Description

Print a TSeq at the prompt:

Print a RDataSource at the prompt.

Print a RDataFrame at the prompt.

Print a TThreadedObject at the prompt:

Function Documentation

◆ printValue() [1/13]

std::string cling::printValue ( const std::string_view val)

Print a TString in the cling interpreter:

Definition at line 2596 of file TString.cxx.

◆ printValue() [2/13]

std::string cling::printValue ( const TDatime val)

Print a TDatime at the prompt.

Definition at line 514 of file TDatime.cxx.

◆ printValue() [3/13]

std::string cling::printValue ( const TFitResult val)

Print the TFitResult.

Definition at line 89 of file TFitResult.cxx.

◆ printValue() [4/13]

std::string cling::printValue ( const TFitResultPtr val)

Print the TFitResultPtr by printing its TFitResult.

Definition at line 108 of file TFitResultPtr.cxx.

◆ printValue() [5/13]

std::string cling::printValue ( const TString val)

Print a TString in the cling interpreter:

Definition at line 2580 of file TString.cxx.

◆ printValue() [6/13]

std::string cling::printValue ( const TSubString val)

Print a TString in the cling interpreter:

Definition at line 2588 of file TString.cxx.

◆ printValue() [7/13]

std::string cling::printValue ( RooAbsArg raa)

Definition at line 2533 of file RooAbsArg.cxx.

◆ printValue() [8/13]

std::string cling::printValue ( ROOT::RDataFrame tdf)

Print a RDataFrame at the prompt.

Definition at line 904 of file RDataFrame.cxx.

◆ printValue() [9/13]

std::string cling::printValue ( ROOT::RDF::RDataSource ds)
inline

Definition at line 224 of file RDataSource.hxx.

◆ printValue() [10/13]

template<class T >
std::string cling::printValue ( ROOT::TSeq< T > *  val)

Definition at line 220 of file TSeq.hxx.

◆ printValue() [11/13]

template<class T >
std::string cling::printValue ( ROOT::TThreadedObject< T > *  val)

Definition at line 309 of file TThreadedObject.hxx.

◆ printValue() [12/13]

std::string cling::printValue ( TH1 val)

Print value overload.

Definition at line 8778 of file TH1.cxx.

◆ printValue() [13/13]

std::string cling::printValue ( TObject val)

Print value overload.

Definition at line 1031 of file TObject.cxx.