1#ifndef __JLANG__JREDIRECTSTRING__
2#define __JLANG__JREDIRECTSTRING__
17namespace JPP {
using namespace JLANG; }
40 p =
ios.rdbuf(
new std::stringbuf(buffer));
This class can be used to temporarily redirect an input stream to an input string.
JRedirectString(std::istream &is, const std::string &buffer)
Constructor.
~JRedirectString()
Destructor.
virtual bool getStatus() const override
Get status of object.
JRedirectString(JRedirectString &&)
JRedirectString(const JRedirectString &)
JRedirectString & operator=(const JRedirectString &)
JRedirectString & operator=(JRedirectString &&)
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.