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