33 cout <<
"Value: " << str->String().Data() << endl;
47 return !str->String().CompareTo(
fToFind);
62 for (
int i = 0; i <
size; ++i) {
63 ss <<
"test string #" << i;
86 cerr <<
"Can't find the string: \"" <<
strToFind <<
"\" in the container" << endl;
92 cerr <<
"Can't find the string: \"" <<
strToFind <<
"\" in the container" << endl;
96 cout <<
"The string has been found: " << str->String().Data() << endl;
size_t size(const MatrixT &matrix)
retrieve the size of a square matrix
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
TRObject operator()(const T1 &t1) const
const_iterator begin() const
const_iterator end() const
Collectable string class.
Mother of all ROOT objects.