24#ifndef ROOT_TClingValue 
   25#define ROOT_TClingValue 
   46      return reinterpret_cast<cling::Value&
>(
fValue); }
 
   47   const cling::Value& 
ToCV()
 const {
 
   48      return reinterpret_cast<const cling::Value&
>(
fValue); }
 
   65   std::string 
ToString() 
const override;
 
Bridge between cling::Value and ROOT.
 
ULong_t GetAsUnsignedLong() const override
 
std::pair< std::string, std::string > ToTypeAndValueString() const override
 
TClingValue & operator=(TClingValue &Other)
 
struct TClingValue::HasTheSameSizeAsClingValue fValue
 
Bool_t IsValid() const override
 
const void * GetValAddr() const override
 
void * GetAsPointer() const override
 
const cling::Value & ToCV() const
 
Long_t GetAsLong() const override
 
Double_t GetAsDouble() const override
 
std::string ToString() const override
 
void * GetValAddr() override
 
long double fBiggestElementOfUnion