18 #include "cling/Interpreter/Value.h"
24 &&
"sizeof(fValue) too small!");
31 &&
"sizeof(fValue) too small!");
40 using namespace cling;
46 return ToCV().isValid();
50 return ToCV().getDouble();
54 return ToCV().getLL();
58 return ToCV().getULL();
62 return ToCV().getPtr();
struct TClingValue::HasTheSameSizeAsClingValue fValue
void * GetAsPointer() const
Double_t GetAsDouble() const
TClingValue & operator=(TClingValue &Other)
ULong_t GetAsUnsignedLong() const
Bridge between cling::Value and ROOT.