[ROOT] TSting::DataCopy

From: miha.puc@marvin.fmf.uni-lj.si
Date: Fri Mar 29 2002 - 11:24:59 MET


Hi!
I think something like

//__________________________________
char *TString::DataCopy()
{
   char *c = new char[Length()+1];
   strcpy(c, fData);
   return c;
}

would be useful.
regards
Miha
-- 



This archive was generated by hypermail 2b29 : Sat Jan 04 2003 - 23:50:47 MET