1 #ifndef __JLANG__JSTREAMSTATE__ 
    2 #define __JLANG__JSTREAMSTATE__ 
   13 namespace JPP { 
using namespace JLANG; }
 
JStreamState(std::istream &from, std::istream &to)
Constructor. 
 
This class can be used to temporarily exchange the states between streams. 
 
JStreamState(std::ostream &from, std::ostream &to)
Constructor. 
 
JStreamState & operator=(const JStreamState &)
 
~JStreamState()
Destructor.