Tags: billsedison/cling
Tags
Implement toString interface to gInterpreter This is the final version of "printValue" discussion. We agreed that printValue interface should be altered to ToString interface, which can be invoked `gInterpreter->ToString(XYZ)`. (ToString is in TCling and toString is in Interpreter :D) This patch contains: - Implementation of toString in Interpreter.cpp - Re-Implementation of ClingPrintValue to use ToString because I changed to use Evaluate some time ago. - Removing of RVec version of printValue which wasn't used at all - Fix test/vecops_rvec.cxx, printValue is never supposed to be called by a normal user.