Functions | |
std::ostream & | operator<< (std::ostream &os, const TString &s) |
Write string to stream. | |
std::istream & | operator>> (std::istream &strm, TString &s) |
Read string from stream. | |
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.