1#ifndef __JLANG__JSTREAMSTATE__
2#define __JLANG__JSTREAMSTATE__
13namespace JPP {
using namespace JLANG; }
This class can be used to temporarily exchange the states between streams.
JStreamState(JStreamState &&)
JStreamState(std::istream &from, std::istream &to)
Constructor.
JStreamState & operator=(const JStreamState &)
~JStreamState()
Destructor.
JStreamState(const JStreamState &)
JStreamState & operator=(JStreamState &&)
JStreamState(std::ostream &from, std::ostream &to)
Constructor.
Auxiliary classes and methods for language specific functionality.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).