1#ifndef __JLANG__JREDIRECTSTREAM__ 
    2#define __JLANG__JREDIRECTSTREAM__ 
   15namespace JPP { 
using namespace JLANG; }
 
   41      ios.rdbuf(to.rdbuf());
 
 
   58      ios.rdbuf(to.rdbuf());
 
 
 
This class can be used to temporarily redirect one output (input) stream to another output (input) st...
 
~JRedirectStream()
Destructor.
 
JRedirectStream(std::ostream &from, std::ostream &to)
Constructor.
 
JRedirectStream & operator=(const JRedirectStream &)
 
JRedirectStream(std::istream &from, std::istream &to)
Constructor.
 
JRedirectStream & operator=(JRedirectStream &&)
 
virtual bool getStatus() const override
Get status of object.
 
JRedirectStream(const JRedirectStream &)
 
JRedirectStream(JRedirectStream &&)
 
Auxiliary classes and methods for language specific functionality.
 
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
 
Interface for status of object.