34 cout <<
"Value: " << str->String().Data() << endl;
48 return !str->String().CompareTo(
fToFind);
63 for (
int i = 0; i <
size; ++i) {
64 ss <<
"test string #" << i;
87 cerr <<
"Can't find the string: \"" <<
strToFind <<
"\" in the container" << endl;
93 cerr <<
"Can't find the string: \"" <<
strToFind <<
"\" in the container" << endl;
97 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.