75 virtual void Set(
const char *s)
77 std::istringstream input; input.clear(); TString st = s;
80 input.str(s); input >>
fValue;
88 st.ReplaceAll(
'~',
' ');
89 input.str(st.Data()); input >>
fValue;
94 st.ReplaceAll(
'(',
' ');
95 st.ReplaceAll(
')',
' ');
96 input.str(st.Data()); input >>
fValue;
101 st.ReplaceAll(
'[',
' ');
102 st.ReplaceAll(
']',
' ');
103 input.str(st.Data()); input >>
fValue;
static EData WhatIs(const char *)
It deduces from a string the kind of data.
void SetValue(Data_T data)
set the value, cannot be overloaded
virtual void Set(const char *s)
set the value, can be overloaded
virtual Data_T Get() const
get the value, can be overloaded
ClassDef(Data, 1)
rootcint dictionary
Base class to get/set some flag informations concerning any data.
virtual void Set(Data_T data)
set the value, can be overloaded
virtual void SetInfo(InfoData::EData)
to set some information about this data
virtual Data_T & operator[](int)
Data_T GetValue() const
get the value, cannot be overloaded