Logo ROOT  
Reference Guide
Stringio.cxx File Reference
#include <ctype.h>
#include "Riostream.h"
#include "TString.h"
Include dependency graph for Stringio.cxx:

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...
 

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream &  os,
const TString s 
)

Write string to stream.

Definition at line 171 of file Stringio.cxx.

◆ operator>>()

std::istream & operator>> ( std::istream &  strm,
TString s 
)

Read string from stream.

Definition at line 163 of file Stringio.cxx.