ROOT 6.12/07 Reference Guide |
Functions | |
std::ostream & | operator<< (std::ostream &os, const TString &s) |
Write string to stream. More... | |
std::istream & | operator>> (std::istream &strm, TString &s) |
Read string from stream. More... | |
std::ostream& operator<< | ( | std::ostream & | os, |
const TString & | s | ||
) |
Write string to stream.
Definition at line 171 of file Stringio.cxx.
std::istream& operator>> | ( | std::istream & | strm, |
TString & | s | ||
) |
Read string from stream.
Definition at line 163 of file Stringio.cxx.